torrent01: setup rhel9 torrent server
This will replace the existing rhel7 torrent02. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7a1029651d
commit
ec0dc97b36
3 changed files with 52 additions and 1 deletions
|
@ -26,7 +26,7 @@ ipa_client_sudo_groups:
|
|||
- torrentadmin
|
||||
ipa_host_group: torrent
|
||||
ipa_host_group_desc: BitTorrent trackers
|
||||
lvm_size: 750000
|
||||
lvm_size: 1500000
|
||||
mem_size: 4096
|
||||
nrpe_procs_crit: 500
|
||||
nrpe_procs_warn: 300
|
||||
|
|
50
inventory/host_vars/torrent01.fedoraproject.org
Normal file
50
inventory/host_vars/torrent01.fedoraproject.org
Normal file
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
csi_relationship: |
|
||||
torrent01 is the master torrent server for Fedora releases
|
||||
|
||||
* This host relies on:
|
||||
- the virthost it's hosted on (ibiblio02.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
|
||||
datacenter: ibiblio
|
||||
dns1: 152.2.21.1
|
||||
dns2: 152.2.253.100
|
||||
dns_search1: vpn.fedoraproject.org
|
||||
dns_search2: fedoraproject.org
|
||||
eth0_ipv4_ip: 152.19.134.141
|
||||
eth0_ipv4_gw: 152.19.134.129
|
||||
eth0_ipv4_nm: 25
|
||||
eth0_ipv6_ip: "2600:2701:4000:5211:dead:beef:00fe:fed5"
|
||||
eth0_ipv6_gw: "2600:2701:4000:5211::1"
|
||||
eth0_ipv6_nm: 104
|
||||
has_ipv6: yes
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
|
||||
- "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"
|
||||
dhcp4: no
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
- 2001:4860:4860::8888
|
||||
dns_search:
|
||||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
gateway6: "{{ eth0_ipv6_gw }}"
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
name: eth0
|
||||
type: ethernet
|
||||
postfix_group: vpn
|
||||
ssh_hostnames:
|
||||
- torrent.fedoraproject.org
|
||||
vmhost: ibiblio02.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
vpn: true
|
|
@ -368,6 +368,7 @@ tang01.iad2.fedoraproject.org
|
|||
tang02.iad2.fedoraproject.org
|
||||
|
||||
[torrent]
|
||||
torrent01.fedoraproject.org
|
||||
torrent02.fedoraproject.org
|
||||
|
||||
[secondary]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue