ansible/inventory/host_vars/pagure-stg01.fedoraproject.org

46 lines
1.2 KiB
Org Mode

---
datacenter: rdu-cc
dns1: 8.8.8.8
dns2: 8.8.4.4
dns_search1: "stg.iad2.fedoraproject.org"
dns_search2: "iad2.fedoraproject.org"
dns_search3: "fedoraproject.org"
effective_cache_size: "6GB"
eth0_ipv4_gw: 8.43.85.254
eth0_ipv4_ip: 8.43.85.77
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
eth0_ipv6_ip: "2620:52:3:1:dead:beef:cafe:fed3"
eth0_ipv6_nm: 64
eth0_nm: 255.255.255.0
has_ipv6: yes
ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-8-ext
network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
- "{{ dns_search3 }}"
gateway4: "{{ eth0_ipv4_gw }}"
gateway6: "{{ eth0_ipv4_gw }}"
mac: "{{ ansible_default_ipv4.macaddress }}"
name: eth0
type: ethernet
# DB host:
pagure_db_host: 127.0.0.1
#
# PostgreSQL configuration
#
shared_buffers: "2GB"
ssh_hostnames:
- stg.pagure.io
vmhost: virthost-cc-rdu02.fedoraproject.org
volgroup: /dev/vg_server