mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
ipsilon: prepare ipsilon01.rdu3
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
15
inventory/group_vars/ipsilon_rdu3
Normal file
15
inventory/group_vars/ipsilon_rdu3
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# Define resources for this group of hosts here.
|
||||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: ['-A INPUT -p tcp -m tcp -s 10.16.163.39 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT']
|
||||
nft_custom_rules:
|
||||
- 'add rule ip filter INPUT ip saddr 10.16.163.39 tcp dport 873 counter accept'
|
||||
- 'add rule ip filter INPUT ip saddr 192.168.1.59 tcp dport 873 counter accept'
|
||||
ipa_host_group: ipsilon
|
||||
ipa_host_group_desc: Ipsilon SSO application
|
||||
lvm_size: 50000
|
||||
mem_size: 32768
|
||||
num_cpus: 2
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
tcp_ports: [80, 443]
|
||||
15
inventory/host_vars/ipsilon01.rdu3.fedoraproject.org
Normal file
15
inventory/host_vars/ipsilon01.rdu3.fedoraproject.org
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
datacenter: rdu3
|
||||
eth0_ipv4_gw: 10.16.163.254
|
||||
eth0_ipv4_ip: 10.16.163.105
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
vmhost: vmhost-x86-02.rdu3.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
# Network configuration for RDU3
|
||||
dns: 10.16.163.33
|
||||
dns1: 10.16.163.33
|
||||
dns2: 10.16.163.34
|
||||
dns_search1: "rdu3.fedoraproject.org"
|
||||
dns_search2: "vpn.fedoraproject.org"
|
||||
dns_search3: "fedoraproject.org"
|
||||
@@ -513,12 +513,14 @@ ipsilon01.stg.rdu3.fedoraproject.org
|
||||
[ipsilon]
|
||||
ipsilon01.iad2.fedoraproject.org
|
||||
ipsilon02.iad2.fedoraproject.org
|
||||
ipsilon01.rdu3.fedoraproject.org
|
||||
|
||||
[ipsilon_iad2]
|
||||
ipsilon01.iad2.fedoraproject.org
|
||||
ipsilon02.iad2.fedoraproject.org
|
||||
|
||||
[ipsilon_rdu3]
|
||||
ipsilon01.rdu3.fedoraproject.org
|
||||
|
||||
[nagios]
|
||||
noc01.iad2.fedoraproject.org
|
||||
|
||||
Reference in New Issue
Block a user