From 72164bd02c8a0910115c9b3fe667359d9cb1cad4 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 20 Jun 2020 23:25:19 -0500 Subject: [PATCH] Fix hosts --- inventory/hosts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/hosts.yml b/inventory/hosts.yml index b94c39b..d935606 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -19,6 +19,8 @@ all: webservers: hosts: web1: + ansible_host: web1.9iron.club gameservers: hosts: game1: + ansible_host: game1.9iron.club