Lot of stuff

Signed-off-by: Emmy D'Anello <ynerant@crans.org>
This commit is contained in:
2023-01-12 12:36:32 +01:00
parent de76ae0085
commit 7f4f846408
27 changed files with 103 additions and 47 deletions

View File

@ -1,4 +1,4 @@
---
glob_home:
ip: 172.16.42.1
mountpoint: /rpool/home
mountpoint: /vm/home

View File

@ -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 }}"