change hosts value to specific hosts for webserver plays

This commit is contained in:
staticsafe 2021-03-20 18:43:15 -04:00
parent 8cbf3b0e64
commit 83f211675b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
- hosts: webservers
- hosts: deirdre.asininetech.net
roles:
- role: jdauphant.nginx

View File

@ -1,5 +1,5 @@
---
- hosts: webservers
- hosts: erlking.asininetech.net
roles:
- role: jdauphant.nginx