This commit is contained in:
parent
44307ee0dd
commit
872bcf37ae
1 changed files with 9 additions and 8 deletions
|
|
@ -1,17 +1,18 @@
|
|||
---
|
||||
- hosts: production
|
||||
- name: Play for production server
|
||||
hosts: production
|
||||
become: true
|
||||
# vars_files:
|
||||
# - vars/production/users.yml
|
||||
roles:
|
||||
- users
|
||||
- basic_packages
|
||||
- hosts: testing
|
||||
|
||||
- name: Play for testing server
|
||||
hosts: testing
|
||||
become: true
|
||||
vars_files:
|
||||
- vars/testing.yml
|
||||
roles:
|
||||
- users
|
||||
- basic_packages
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue