Fix READMEs
This commit is contained in:
@@ -11,8 +11,8 @@ Playbooks
|
||||
- nginx.yml - Playbook example for using nginx role
|
||||
|
||||
Roles
|
||||
- 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
|
||||
- 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
|
||||
|
||||
|
||||
@@ -9,21 +9,25 @@ klips/ansible/roles/...
|
||||
|
||||
All of these roles assume you are using the apt package manager, and running a Debian / Ubuntu system.
|
||||
|
||||
|
||||
core
|
||||
------------
|
||||
|
||||
A simple role for configuring a set of packages / settings on a new Ubuntu host using Ansible.
|
||||
|
||||
Packages Added / Configured
|
||||
- Git
|
||||
- Configure / set user name and email
|
||||
- SSH
|
||||
- MOTD (Template, replacable, displayed on login.)
|
||||
- PAM (Template, replacable, authusers file to bypass)
|
||||
- authusers (Add users to file to bypass PAM settings)
|
||||
- Vim
|
||||
- Install Vim
|
||||
- Run https://github.com/shaunrd0/klips/blob/master/scripts/setup-vim.sh
|
||||
### Packages Added / Configured
|
||||
|
||||
Git
|
||||
- Configure / set user name and email
|
||||
|
||||
SSH
|
||||
- MOTD (Template, replacable, displayed on login.)
|
||||
- PAM (Template, replacable, authusers file to bypass)
|
||||
- authusers (Add users to file to bypass PAM settings)
|
||||
|
||||
Vim
|
||||
- Install Vim
|
||||
- Run https://github.com/shaunrd0/klips/blob/master/scripts/setup-vim.sh
|
||||
|
||||
|
||||
docker
|
||||
|
||||
@@ -3,16 +3,19 @@ core
|
||||
|
||||
A simple role for configuring a set of packages / settings on a new Ubuntu host using Ansible.
|
||||
|
||||
Packages Added / Configured
|
||||
- Git
|
||||
- Configure / set user name and email
|
||||
- SSH
|
||||
- MOTD (Template, replacable, displayed on login.)
|
||||
- PAM (Template, replacable, authusers file to bypass)
|
||||
- authusers (Add users to file to bypass PAM settings)
|
||||
- Vim
|
||||
- Install Vim
|
||||
- Run https://github.com/shaunrd0/klips/scripts/setup-vim.sh
|
||||
### Packages Added / Configured
|
||||
|
||||
Git
|
||||
- Configure / set user name and email
|
||||
|
||||
SSH
|
||||
- MOTD (Template, replacable, displayed on login.)
|
||||
- PAM (Template, replacable, authusers file to bypass)
|
||||
- authusers (Add users to file to bypass PAM settings)
|
||||
|
||||
Vim
|
||||
- Install Vim
|
||||
- Run https://github.com/shaunrd0/klips/scripts/setup-vim.sh
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user