@ -1,4 +1,4 @@
|
||||
---
|
||||
glob_home:
|
||||
ip: 172.16.42.1
|
||||
mountpoint: /rpool/home
|
||||
mountpoint: /vm/home
|
||||
|
@ -1,10 +1,10 @@
|
||||
glob_network_interfaces:
|
||||
vlan:
|
||||
- name: srv
|
||||
id: 1
|
||||
gateway: "185.230.76.62"
|
||||
dns: "{{ query('ldap', 'ip', 'routeur-templier', 'srv') | ipv4 | first }}"
|
||||
gateway_v6: "2a0c:700:3012::ff:fe02:112"
|
||||
- name: adh
|
||||
id: 12
|
||||
gateway: "185.230.78.99"
|
||||
dns: "{{ query('ldap', 'ip', 'routeur-templier', 'adh') | ipv4 | first }}"
|
||||
gateway_v6: "2a0c:700:12::ff:fe00:9912"
|
||||
- name: adm
|
||||
id: 42
|
||||
dns: "{{ query('ldap', 'ip', 'routeur-templier', 'adm') | ipv4 | first }}"
|
||||
|
@ -3,8 +3,7 @@ glob_apt:
|
||||
mirror: "http://mirror.adm.ynerant.fr/"
|
||||
backports: false
|
||||
extra_repositories: []
|
||||
pin:
|
||||
bullseye: []
|
||||
pin: {}
|
||||
|
||||
glob_root:
|
||||
passwd_hash: '{{ vault.root_passwd_hash }}'
|
||||
|
Reference in New Issue
Block a user