Update README

This commit is contained in:
2019-08-18 03:45:03 +00:00
parent c42ffc0edc
commit 99813ad252
6 changed files with 12 additions and 133 deletions

View File

@@ -15,6 +15,18 @@ All snippets will be listed below with the directories in the master branch. If
https://github.com/shaunrd0/...
klips/
├──── ansible/ (Ansible roles, playbooks)
│ │
│ ├── nginx.yml (Playbook example for using nginx role)
│ │
│ ├── hosts (Same ansible hosts file)
│ │
│ ├── apt-up.yml (Playbook to update servers / groups ad hoc)
│ │
│ └──roles
│ └── nginx (Basic ansible role created with ansible-galaxy command)
├──── plates/
│ ├── cpp-cmake (Simple cpp executable template, built using cmake)
│ │