diff --git a/inventory/group_vars/bastion b/inventory/group_vars/bastion index 40733b4fea..0eecc2415a 100644 --- a/inventory/group_vars/bastion +++ b/inventory/group_vars/bastion @@ -45,8 +45,8 @@ nrpe_procs_crit: 1200 csi_security_category: High csi_primary_contact: sysadmin-main admin@fedoraproject.org csi_purpose: SSH proxy to access infrastructure not exposed to the web -csi_relationship: - * Provides ssh access to all phx2/vpn connected servers. - * Bastion is the hub for all infrastructure's VPN connections. - * All incoming SMTP from phx2 and VPN, as well as outgoing SMTP, pass or are filtered here. - * Bastion does not accept any mail outside phx2/vpn. +csi_relationship: | + - Provides ssh access to all phx2/vpn connected servers. + - Bastion is the hub for all infrastructure's VPN connections. + - All incoming SMTP from phx2 and VPN, as well as outgoing SMTP, pass or are filtered here. + - Bastion does not accept any mail outside phx2/vpn. diff --git a/inventory/group_vars/copr-back b/inventory/group_vars/copr-back index c2a279fa39..ec2ccc1751 100644 --- a/inventory/group_vars/copr-back +++ b/inventory/group_vars/copr-back @@ -28,6 +28,6 @@ frontend_base_url: "https://copr-fe.cloud.fedoraproject.org" csi_security_category: High csi_primary_contact: msuchy (mirek, vgologuz) | IRC: #fedora-admin, #fedora-buildsys csi_purpose: Provide the backend for copr (3rd party packages) -csi_relationship: - * Backend: Management of copr cloud infrastructure (OpenStack). - * Small frontend with copr's public stats +csi_relationship: | + - Backend: Management of copr cloud infrastructure (OpenStack). + - Small frontend with copr's public stats diff --git a/inventory/group_vars/copr-front b/inventory/group_vars/copr-front index 628ab7868a..8110a1a918 100644 --- a/inventory/group_vars/copr-front +++ b/inventory/group_vars/copr-front @@ -9,6 +9,6 @@ copr_frontend_public_hostname: "copr.fedoraproject.org" csi_security_category: Moderate csi_primary_contact: msuchy (mirek, vgologuz) | IRC: #fedora-admin, #fedora-buildsys csi_purpose: Provide a publicly accessible frontend for 3rd party packages (copr) -csi_relationship: - * This host provides the frontend part of copr only. - * It's the point of contact between end users and the copr build system (backend, package singer) +csi_relationship: | + - This host provides the frontend part of copr only. + - It's the point of contact between end users and the copr build system (backend, package singer)