diff options
author | doteast <ali.elkhalidi@gmail.com> | 2015-11-18 03:46:46 +0000 |
---|---|---|
committer | doteast <ali.elkhalidi@gmail.com> | 2015-11-18 03:46:46 +0000 |
commit | 11fb85c27e4803ef1b35e485347733af2cde6353 (patch) | |
tree | 704781a0eb8d83f9d412162759ba1d1b483db717 | |
parent | 8147c50548b2ef47e5b2cacc9145ebbea8f76662 (diff) | |
download | ansible-11fb85c27e4803ef1b35e485347733af2cde6353.tar.gz ansible-11fb85c27e4803ef1b35e485347733af2cde6353.tar.xz ansible-11fb85c27e4803ef1b35e485347733af2cde6353.zip |
csi group vars - torrent
-rw-r--r-- | inventory/group_vars/torrent | 3 | ||||
-rw-r--r-- | inventory/host_vars/torrent01.fedoraproject.org | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/inventory/group_vars/torrent b/inventory/group_vars/torrent index 896df9241..2eaafe55f 100644 --- a/inventory/group_vars/torrent +++ b/inventory/group_vars/torrent @@ -11,3 +11,6 @@ fas_client_groups: sysadmin-web,torrentadmin,sysadmin-noc,torrent-cc,fi-apprenti nrpe_procs_warn: 300 nrpe_procs_crit: 500 +csi_security_category: Low +csi_primary_contact: Fedora Admins - admin@fedoraproject.org +csi_purpose: Torrent master server for Fedora distribution diff --git a/inventory/host_vars/torrent01.fedoraproject.org b/inventory/host_vars/torrent01.fedoraproject.org index e1a12ab7c..fccc264c3 100644 --- a/inventory/host_vars/torrent01.fedoraproject.org +++ b/inventory/host_vars/torrent01.fedoraproject.org @@ -15,3 +15,13 @@ postfix_group: vpn vmhost: ibiblio03.fedoraproject.org datacenter: ibiblio +csi_relationship: | + torrent01 is the master torrent server for Fedora releases + + * This host relies on: + - the virthost it's hosted on (ibiblio03.fedoraproject.org) + - FAS to authenticate users + - VPN connectivity + + * Things that rely on this host: + - if this host is down, Fedora will lose a release distribution channel |