change hosts value to specific hosts for webserver plays
This commit is contained in:
parent
8cbf3b0e64
commit
83f211675b
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- hosts: webservers
|
||||
- hosts: deirdre.asininetech.net
|
||||
|
||||
roles:
|
||||
- role: jdauphant.nginx
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- hosts: webservers
|
||||
- hosts: erlking.asininetech.net
|
||||
|
||||
roles:
|
||||
- role: jdauphant.nginx
|
||||
|
|
Loading…
Reference in New Issue