Add README for fail2ban

+ Remove redundant playbooks
This commit is contained in:
2021-05-21 14:09:34 -04:00
parent 935aca5ba2
commit 54431f3e1e
14 changed files with 72 additions and 95 deletions

View File

@@ -3,10 +3,9 @@
A few simple roles / plays I've put together in learning how to use Ansible can be found under their corresponding directories.
Examples
- core.yml - Playbook example for using core configuration role
- docker.yml - Playbook example for using docker install role (Debian / Ubuntu)
- hosts - Sample / partially default ansible hosts file
- make-host.yml - Playbook example for using multiple roles together to create a new host
- nginx.yml - Playbook example for using nginx role
- fail2ban.yml - Playbook example for using fail2ban role
- postfix.yml - Playbook example for using postfix role
- `roles/` - A collection of custom ansible roles for various services
- `plays/` - A collection of custom ansible plays for various uses
- `core.yml` - Playbook example for using core configuration role
- `docker.yml` - Playbook example for using docker install role (Debian / Ubuntu)
- `make-host.yml` - Playbook example for using multiple roles together to create a new host
- `hosts` - Sample / partially default ansible hosts file