ibiblio: move all hosts over to linux system roles and new ipv6 addresses
ibiblio is moving it's ipv6 network and wants us to move our machines. The last commit did this, but these machines aren't using linux sytem roles, so it wouldn't change anything unless we reinstalled them. So, lets move them over and then run playbooks to reconfigure. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6ef496d56a
commit
19a4f92275
11 changed files with 215 additions and 40 deletions
|
@ -1,12 +1,10 @@
|
|||
---
|
||||
nm: 255.255.255.128
|
||||
gw: 152.19.134.129
|
||||
dns: 152.2.21.1
|
||||
eth0_ipv4_nm: 255.255.255.128
|
||||
eth0_ipv4_gw: 152.19.134.129
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-ext
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 152.19.134.192
|
||||
eth0_nm: 255.255.255.128
|
||||
eth0_ipv4: 152.19.134.192
|
||||
has_ipv6: yes
|
||||
eth0_ipv6: "2600:2701:4000:5211:dead:beef:00fe:fed9"
|
||||
eth0_ipv6_nm: 104
|
||||
|
@ -15,6 +13,32 @@ postfix_maincf: "postfix/main.cf/main.cf.noc02.fedoraproject.org"
|
|||
postfix_mastercf: "postfix/master.cf/master.cf.noc02.fedoraproject.org"
|
||||
postfix_transport_filename: transports.noc02.fedoraproject.org
|
||||
|
||||
dns1: 152.2.21.1
|
||||
dns2: 152.2.253.100
|
||||
|
||||
dns_search1: vpn.fedoraproject.org
|
||||
dns_search2: fedoraproject.org
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||
type: ethernet
|
||||
autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
- "{{ eth0_ipv6 }}/{{ eth0_ipv6_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
gateway6: "{{ eth0_ipv6_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
- 2001:4860:4860::8888
|
||||
dns_search:
|
||||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
vmhost: ibiblio01.fedoraproject.org
|
||||
datacenter: ibiblio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue