klips/ansible
Shaun Reed 7557122774 Add plays to backup and install a hexo server 2020-05-23 03:48:26 +00:00
..
plays Add plays to backup and install a hexo server 2020-05-23 03:48:26 +00:00
roles Add play to backup bookstack, reorganize files 2020-05-23 03:47:59 +00:00
README.md Remove old info in READMEs 2020-04-26 22:28:49 -04:00
fail2ban.yml Add nginx role for ansible, example playbooks 2020-04-20 13:20:36 +00:00
hexo-bak.yml Fix fake hexo username to match rest of playbooks 2020-05-09 04:34:25 +00:00
hexo-install.yml Add hexo playbooks for install and backups 2020-05-09 04:30:35 +00:00
hosts Add example playbook for using multiple roles together 2019-08-29 09:48:53 +00:00
make-host.yml Update core, docker, nginx roles 2020-04-15 23:03:42 +00:00
nginx.yml Add nginx role for ansible, example playbooks 2020-04-20 13:20:36 +00:00
postfix.yml Add postfix ansible roll 2020-04-23 01:44:57 +00:00

README.md

Ansible

A few simple roles / plays I've been able to piece together in learning how to use Ansible.

Playbooks

  • apt-up.yml - Playbook to update servers / groups ad hoc
  • 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
  • postifx.yml - Playbook example for using postfix role

Roles

  • Basic ansible role created with ansible-galaxy command
  • core - Role to configure a new host with basic authentication / package settings
  • docker - Role to install docker, docker-compose, configure docker user group (Debian / Ubuntu)
  • nginx - Role to install and configure a new nginx webserver on a host
  • fail2ban - Role to install and configure fail2ban on a new host
  • postfix - Role to install and configure postfix on a new host