klips/ansible
Shaun Reed cd63a02470 Add README for ansible/roles/core
+ Add blockchain subdirectory to root README
+ Ignore `node-modules` directory for future npm projects
2021-05-21 12:12:27 -04:00
..
plays Update READMEs 2020-11-25 07:06:48 -05:00
roles Add README for ansible/roles/core 2021-05-21 12:12:27 -04:00
README.md Update READMEs 2020-11-23 14:45:00 -05:00
fail2ban.yml Cleanup files, add comments 2020-06-12 00:36:03 -04:00
hexo-bak.yml Cleanup files, add comments 2020-06-12 00:36:03 -04:00
hexo-install.yml Cleanup files, add comments 2020-06-12 00:36:03 -04:00
hosts Update core ansible role 2020-11-23 23:07:31 +00:00
make-host.yml Update core, docker, nginx roles 2020-04-15 23:03:42 +00:00
nginx.yml Cleanup files, add comments 2020-06-12 00:36:03 -04:00
postfix.yml Cleanup files, add comments 2020-06-12 00:36:03 -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

  • 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