klips/ansible
Shaun Reed b5a97de9ff Add fail2ban playbook for updating jails remotely
+ Can be used for a single host or a group of hosts
+ Update nginx-nobinary jail regex
2021-07-21 14:52:33 +00:00
..
plays Add fail2ban playbook for updating jails remotely 2021-07-21 14:52:33 +00:00
roles Add fail2ban playbook for updating jails remotely 2021-07-21 14:52:33 +00:00
README.md Add README for fail2ban 2021-05-21 14:09:34 -04:00
hosts Update core ansible role 2020-11-23 23:07:31 +00:00
make-host.yml Add README for fail2ban 2021-05-21 14:09:34 -04:00

README.md

Ansible

A few simple roles / plays I've put together in learning how to use Ansible can be found under their corresponding directories.

Examples

  • 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