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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-08-17 11:58:36 -07:00
parent f0a83d86ef
commit 01043987b7
2 changed files with 2 additions and 1 deletions

View file

@ -750,6 +750,7 @@ unbound-osuosl01.fedoraproject.org
[value]
value01.iad2.fedoraproject.org
value02.iad2.fedoraproject.org
[value_stg]
value01.stg.iad2.fedoraproject.org

View file

@ -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,