add "main" playbook for system configuration
This commit is contained in:
parent
42a664fba8
commit
90852e36bc
1 changed files with 4 additions and 0 deletions
4
ansible/main.yml
Normal file
4
ansible/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- hosts: all
|
||||
roles:
|
||||
- common
|
Loading…
Reference in a new issue