From 6bc55cfb45370875165cab698aaa6a651e975acb Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 7 Apr 2018 22:55:44 -0500 Subject: [PATCH] hosts: Remove hard-coded IP addresses Now that DNS is up and running on the blue network, these hosts no longer need their IP addresses in the inventory. These were wrong, anyway. --- hosts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts b/hosts index 6cb9ecd..8016920 100644 --- a/hosts +++ b/hosts @@ -2,8 +2,8 @@ ansible_python_interpreter=/usr/bin/python3 [pyrocufflink] -dc0.pyrocufflink.blue ansible_host=2605:6000:3ccc:fb00::10:1 -dc1.pyrocufflink.blue ansible_host=2605:6000:3ccc:fb00::9:1 +dc0.pyrocufflink.blue +dc1.pyrocufflink.blue dns0.pyrocufflink.blue [samba-dc] @@ -11,7 +11,7 @@ dc0.pyrocufflink.blue dc1.pyrocufflink.blue [pyrocufflink-dns] -dns0.pyrocufflink.blue ansible_host=2605:6000:3ccc:fb00::4:1 +dns0.pyrocufflink.blue [named-server:children] pyrocufflink-dns