ansible/host_vars/zamok.adm.crans.org.yml

36 lines
630 B
YAML

---
loc_borg:
to_exclude:
- /var/mail
- /var/lib/podman
- /var/lib/lxcfs
- /var/lib/mysql
loc_thelounge:
host: '"172.16.10.31"'
oidentd: '"/usr/local/lib/thelounge/.oidentd.conf"'
reverseProxy: "true"
ldap_enable: "true"
loc_crans_scripts:
group: nounou
dests:
- /usr/scripts
loc_nfs_mount:
mounts:
- ip: 172.16.4.2
mountpoint: /pool/home
target: /home
name: home
owner: root
group: root
mode: "0755"
- ip: 172.16.4.2
mountpoint: /pool/mail
target: /var/mail
name: var-mail
owner: root
group: mail
mode: "0755"