mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
cloud-noc-os01: add group and access to sysadmin-copr
This noc host in rdu-cc is used for pxe installs, dhcp server and also to access the private mgmt network for hosts in rdu-cc. Setup it's own group and add sysadmin-copr to access it so they can get to the mgmt interfaces on various copr machines there to reboot them. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
13
inventory/group_vars/noc_rdu_cc
Normal file
13
inventory/group_vars/noc_rdu_cc
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
csi_primary_contact: Fedora Admins - admin@fedoraproject.org
|
||||
csi_purpose: dhcp and pxe server for rdu-cc
|
||||
csi_security_category: High
|
||||
deployment_type: prod
|
||||
ipa_client_shell_groups:
|
||||
- sysadmin-noc
|
||||
- sysadmin-veteran
|
||||
- sysadmin-copr
|
||||
ipa_client_sudo_groups:
|
||||
- sysadmin-noc
|
||||
ipa_host_group: NocRduCC
|
||||
ipa_host_group_desc: Rdu CC noc
|
||||
@@ -290,6 +290,9 @@ noc02.fedoraproject.org
|
||||
[nagios_iad2]
|
||||
noc01.iad2.fedoraproject.org
|
||||
|
||||
[noc_rdu_cc]
|
||||
cloud-noc-os01.rdu-cc.fedoraproject.org
|
||||
|
||||
[notifs:children]
|
||||
notifs_backend
|
||||
notifs_web
|
||||
|
||||
Reference in New Issue
Block a user