Cleanup files, add comments

This commit is contained in:
2020-06-12 00:35:55 -04:00
parent 1076427f84
commit a64ff73f1f
18 changed files with 35 additions and 170 deletions

View File

@@ -41,3 +41,16 @@ nginx
A simple role for installing and configuring nginx on a new Ubuntu host using Ansible. Supports templates for index.html and custom nginx.conf
postfix
------------
A simple role for installing and configuring the postfix MTA on a new Ubuntu host using Ansible. Supports templates for main.cf and custom sasl_passwd
fail2ban
------------
A simple role for installing and configuring fail2ban on a new Ubuntu host using Ansible. Supports templates for jail.local settings and provides a custom filter.d directory copy custom filters to the remote host.

View File

@@ -1,5 +1,5 @@
---
- hosts: core
- hosts: dev
become: yes
roles:
- core