Use groups for 'hosts:' in the playbooks
This commit is contained in:
parent
fc1bbe1c24
commit
ae1b2667a3
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
- name: Install services for lime2 home server
|
||||
gather_facts: true
|
||||
hosts: lime2,lime2-test
|
||||
hosts: lime2servers
|
||||
roles:
|
||||
- role: common_handlers
|
||||
tags: always
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
- name: Install mail server
|
||||
gather_facts: true
|
||||
hosts: mailserver,mailserver-test
|
||||
hosts: mailservers
|
||||
roles:
|
||||
- role: common_handlers
|
||||
tags: always
|
||||
|
|
Loading…
Reference in a new issue