Initial commit
This commit is contained in:
8
group_vars/all.yml
Normal file
8
group_vars/all.yml
Normal 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
5
group_vars/anygroup.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
# Add variables which apply to servers in a specific group to this file...
|
||||
|
||||
...
|
Reference in New Issue
Block a user