From b32739d11cd5160483e7754aff5ef6e8ccbde1d7 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Thu, 28 Jan 2021 14:00:20 +0000 Subject: [PATCH] No need for host groups, just use host aliases --- hosts.ini | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/hosts.ini b/hosts.ini index 6e24063..c09f06c 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,11 +1,8 @@ -[giffard] giffard ansible_host=giffard.streampunk.cc public_ip=49.12.77.64 -[blimp] blimp ansible_host=blimp.streampunk.cc public_ip=116.203.245.27 -[zeppelin] zeppelin ansible_host=zeppelin.streampunk.cc public_ip=95.217.20.254 -[hetzner:children] +[hetzner] giffard blimp zeppelin @@ -20,11 +17,11 @@ hetzner [etcd-master:children] hetzner -[monitor:children] +[monitor] giffard blimp -[test-source:children] +[test-source] zeppelin [all:vars] -- GitLab