init: initial commit
This commit is contained in:
commit
d2258d5808
10 changed files with 235 additions and 0 deletions
2
ansible/README.md
Normal file
2
ansible/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is our ansible setup.
|
||||
This will only
|
25
ansible/inventory.yml
Normal file
25
ansible/inventory.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
### HOSTS ###
|
||||
|
||||
core:
|
||||
hosts:
|
||||
keymaker:
|
||||
apoc:
|
||||
|
||||
entertainment:
|
||||
hosts:
|
||||
kid:
|
||||
|
||||
experimental:
|
||||
hosts:
|
||||
mouse:
|
||||
|
||||
### GROUPS ###
|
||||
|
||||
production:
|
||||
children:
|
||||
core:
|
||||
entertainment:
|
||||
|
||||
testing:
|
||||
children:
|
||||
experimental:
|
Loading…
Add table
Add a link
Reference in a new issue