klips/ansible/README.md

13 lines
617 B
Markdown
Raw Normal View History

2019-08-31 06:47:50 +00:00
# Ansible
2020-11-23 19:45:00 +00:00
A few simple roles / plays I've put together in learning how to use Ansible can be found under their corresponding directories.
2019-08-31 06:47:50 +00:00
2020-11-23 19:45:00 +00:00
Examples
2019-08-31 06:47:50 +00:00
- core.yml - Playbook example for using core configuration role
- docker.yml - Playbook example for using docker install role (Debian / Ubuntu)
2019-08-31 07:01:59 +00:00
- hosts - Sample / partially default ansible hosts file
2019-08-31 06:47:50 +00:00
- make-host.yml - Playbook example for using multiple roles together to create a new host
- nginx.yml - Playbook example for using nginx role
2020-04-27 02:28:49 +00:00
- fail2ban.yml - Playbook example for using fail2ban role
2020-11-23 19:45:00 +00:00
- postfix.yml - Playbook example for using postfix role