From 01043987b7eaa43956e082ccab2fbf6db40a14f4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 17 Aug 2021 11:58:36 -0700 Subject: [PATCH] value02: Install rhel8 based value02. This host will run zodbot with python3. mote will stay on value01 until it can be moved/upgraded/re-written. Signed-off-by: Kevin Fenzi --- inventory/inventory | 1 + playbooks/groups/value.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/inventory b/inventory/inventory index 3b368e7e96..540531b304 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -750,6 +750,7 @@ unbound-osuosl01.fedoraproject.org [value] value01.iad2.fedoraproject.org +value02.iad2.fedoraproject.org [value_stg] value01.stg.iad2.fedoraproject.org diff --git a/playbooks/groups/value.yml b/playbooks/groups/value.yml index 9feee31c2a..3ae480fdf1 100644 --- a/playbooks/groups/value.yml +++ b/playbooks/groups/value.yml @@ -16,7 +16,7 @@ - nagios_client - hosts - { role: openvpn/client, - when: env != "staging" } + when: env != "staging" and inventory_hostname.startswith('value01') } - ipa/client - { role: keytab/service, owner_user: daemon,