From d6f51cb1ff64b5d583fae5d3242d20faa30f6a58 Mon Sep 17 00:00:00 2001 From: nicoo Date: Sat, 24 Nov 2018 23:07:18 +0100 Subject: [PATCH] ansible/hosts.ini: Merge the gnocci definitions --- ansible/hosts.ini | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ansible/hosts.ini b/ansible/hosts.ini index 19642fe..8591a15 100644 --- a/ansible/hosts.ini +++ b/ansible/hosts.ini @@ -13,8 +13,7 @@ galley hacksch r3home tickets -gnocci0 -gnocci1 +gnocci[0:1] ## TODO: remove the variable once https://github.com/ansible/ansible/issues/39119 is fixed metrics localconfig_ssh_config_user=root @@ -27,13 +26,11 @@ host_domain=mgmt.realraum.at [baremetalservers] alfred -gnocci0 -gnocci1 +gnocci[0:1] [kvmhosts] alfred -gnocci0 -gnocci1 +gnocci[0:1] [virtualservers] @@ -78,5 +75,4 @@ localconfig_ssh_config_user=root #torwaechter [apu] -gnocchi0 -gnocchi1 +gnocchi[0:1] -- 1.7.10.4