From 83f211675b3c8e35d712610e2e2016cc7c198189 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 20 Mar 2021 18:43:15 -0400 Subject: [PATCH] change hosts value to specific hosts for webserver plays --- ubuntu/deirdre.asininetech.net.yml | 2 +- ubuntu/erlking.asininetech.net.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/deirdre.asininetech.net.yml b/ubuntu/deirdre.asininetech.net.yml index a85390d..c806925 100644 --- a/ubuntu/deirdre.asininetech.net.yml +++ b/ubuntu/deirdre.asininetech.net.yml @@ -1,5 +1,5 @@ --- -- hosts: webservers +- hosts: deirdre.asininetech.net roles: - role: jdauphant.nginx diff --git a/ubuntu/erlking.asininetech.net.yml b/ubuntu/erlking.asininetech.net.yml index d35778e..cb14cab 100644 --- a/ubuntu/erlking.asininetech.net.yml +++ b/ubuntu/erlking.asininetech.net.yml @@ -1,5 +1,5 @@ --- -- hosts: webservers +- hosts: erlking.asininetech.net roles: - role: jdauphant.nginx