Created basic playbook skeleton and setup scripts
This commit is contained in:
9
client.yml
Normal file
9
client.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- hosts: client
|
||||
remote_user: root
|
||||
vars_files:
|
||||
- group_vars/client.yml
|
||||
- group_vars/secret.yml
|
||||
roles:
|
||||
- client
|
||||
Reference in New Issue
Block a user