README fixes

This commit is contained in:
2019-08-31 03:01:59 -04:00
parent 2bebf584f8
commit 59ad80bda7
7 changed files with 61 additions and 54 deletions

View File

@@ -3,9 +3,9 @@
Some simple Ansible roles created with `ansible-galaxy init <role> --offline` command
klips/ansible/roles/...
-- core - Role to configure a new host with basic authentication / package settings
-- docker - Role to install docker, docker-compose, configure docker user group
-- nginx - Role to install and configure a new nginx webserver on a host
- core - Role to configure a new host with basic authentication / package settings
- docker - Role to install docker, docker-compose, configure docker user group
- nginx - Role to install and configure a new nginx webserver on a host
All of these roles assume you are using the apt package manager, and running a Debian / Ubuntu system.
@@ -16,14 +16,14 @@ A simple role for configuring a set of packages / settings on a new Ubuntu host
Packages Added / Configured
- Git
-- Configure / set user name and email
- 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)
- 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
- Install Vim
- Run https://github.com/shaunrd0/klips/blob/master/scripts/setup-vim.sh
docker