Initial commit

This commit is contained in:
Achim Christ
2017-11-29 16:25:46 +01:00
commit 657dd98c82
14 changed files with 232 additions and 0 deletions

8
group_vars/all.yml Normal file
View File

@ -0,0 +1,8 @@
---
# Default is to log in as root
ansible_user: root
remote_user: root
# Add further variables which apply to all servers to this file...
...

5
group_vars/anygroup.yml Normal file
View File

@ -0,0 +1,5 @@
---
# Add variables which apply to servers in a specific group to this file...
...