ansible/host_vars/backup-thot.adm.crans.org.yml

27 lines
498 B
YAML

---
interfaces:
adm: ens18
loc_unattended:
reboot: true
loc_needrestart:
override: []
loc_home_nounou:
mounts:
- ip: "{{ lookup('ldap', 'ip4', 'thot', 'adm') }}"
mountpoint: /home_nounou
target: /home_nounou
name: home_nounou
owner: root
group: _user
mode: '0750'
- ip: "{{ lookup('ldap', 'ip4', 'thot', 'adm') }}"
mountpoint: /rpool/backup
target: /backup
name: backup
owner: root
group: root
mode: '0755'