mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
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:
@@ -750,6 +750,7 @@ unbound-osuosl01.fedoraproject.org
|
||||
|
||||
[value]
|
||||
value01.iad2.fedoraproject.org
|
||||
value02.iad2.fedoraproject.org
|
||||
|
||||
[value_stg]
|
||||
value01.stg.iad2.fedoraproject.org
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user