mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
It seems it doesn't set the options needed by zvm systems to find their network card. So, lets disable this for now and consult with upstream. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
27 lines
625 B
Plaintext
27 lines
625 B
Plaintext
---
|
|
dns1: 10.3.163.33
|
|
dns2: 10.3.163.34
|
|
dns_search1: "iad2.fedoraproject.org"
|
|
dns_search2: "fedoraproject.org"
|
|
enc900_ipv4_gw: 10.16.0.254
|
|
enc900_ipv4_nm: 24
|
|
has_ipv4: yes
|
|
#network_connections:
|
|
# - autoconnect: yes
|
|
# ip:
|
|
# address:
|
|
# - "{{ enc900_ipv4_ip }}/{{ enc900_ipv4_nm }}"
|
|
# dhcp4: no
|
|
# dns:
|
|
# - "{{ dns1 }}"
|
|
# - "{{ dns2 }}"
|
|
# dns_search:
|
|
# - "{{ dns_search1 }}"
|
|
# - "{{ dns_search2 }}"
|
|
# gateway4: "{{ enc900_ipv4_gw }}"
|
|
# mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
# name: enc900
|
|
# state: up
|
|
# type: ethernet
|
|
varnish_group: s390kojipkgs
|