ansible/inventory/host_vars/buildvm-s390x-25.s390.fedoraproject.org

30 lines
761 B
Org Mode
Raw Normal View History

---
# needed because this host has a varnish cache on it.
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
dns1: 10.3.163.33
dns2: 10.3.163.34
dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org"
eth0_ipv4: 10.16.0.36
eth0_ipv4_gw: 10.16.0.254
eth0_mac: "{{ mac0 }}"
lvm_size: 153600
network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ eth0_ipv4_gw }}"
mac: "{{ ansible_default_ipv4.macaddress }}"
name: eth0
state: up
type: ethernet
volgroup: /dev/fedora_linux_scsi