playbook.yml hinzugefügt
This commit is contained in:
parent
927b6604c9
commit
6ce9918171
1 changed files with 15 additions and 0 deletions
15
playbook.yml
Normal file
15
playbook.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- hosts: production
|
||||||
|
become: true
|
||||||
|
# vars_files:
|
||||||
|
# - vars/production/users.yml
|
||||||
|
roles:
|
||||||
|
- users
|
||||||
|
- hosts: testing
|
||||||
|
become: true
|
||||||
|
# vars_files:
|
||||||
|
# - vars/testing/users.yml
|
||||||
|
roles:
|
||||||
|
- users
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue