Update READMEs
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# Roles
|
||||
|
||||
Some simple Ansible roles created with `ansible-galaxy init <role> --offline` command
|
||||
Ansible roles created with `ansible-galaxy init <role> --offline` command
|
||||
|
||||
klips/ansible/roles/...
|
||||
Roles
|
||||
- core - Role to configure a new host with basic authentication / package settings
|
||||
- docker - Role to install docker, docker-compose, configure docker user group
|
||||
- docker - Role to install docker, docker-compose, configure docker user group (Debian / Ubuntu)
|
||||
- fail2ban - Role to install and configure fail2ban on a new host
|
||||
- nginx - Role to install and configure a new nginx webserver on a host
|
||||
- postfix - Role to install and configure postfix on a new host
|
||||
|
||||
All of these roles assume you are using the apt package manager, and running a Debian / Ubuntu system.
|
||||
|
||||
@@ -13,7 +15,7 @@ All of these roles assume you are using the apt package manager, and running a D
|
||||
core
|
||||
------------
|
||||
|
||||
A simple role for configuring a set of packages / settings on a new Ubuntu host using Ansible.
|
||||
A role for configuring a set of packages / settings on a new Ubuntu host using Ansible.
|
||||
|
||||
### Packages Added / Configured
|
||||
|
||||
@@ -33,19 +35,7 @@ Vim
|
||||
docker
|
||||
------------
|
||||
|
||||
A simple role for installing Docker and Docker Compose on a new Ubuntu host using Ansible.
|
||||
|
||||
|
||||
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
|
||||
Install and configure Docker and Docker Compose on a new Ubuntu host using Ansible.
|
||||
|
||||
|
||||
fail2ban
|
||||
@@ -54,3 +44,14 @@ 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.
|
||||
|
||||
|
||||
nginx
|
||||
------------
|
||||
|
||||
Install and configure nginx on a new Ubuntu host using Ansible. Supports templates for index.html and custom nginx.conf
|
||||
|
||||
|
||||
postfix
|
||||
------------
|
||||
|
||||
Install and configure the postfix MTA on a new Ubuntu host using Ansible. Supports templates for main.cf and custom sasl_passwd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user