40 lines
745 B
YAML
40 lines
745 B
YAML
---
|
|
loc_borg:
|
|
to_exclude:
|
|
- /var/mail
|
|
- /var/lib/podman
|
|
- /var/lib/lxcfs
|
|
hooks:
|
|
- type: mysql_databases
|
|
params:
|
|
- "- name: all"
|
|
- " password: {{ vault.mysql_zamok_password }}"
|
|
|
|
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: user
|
|
mode: '0750'
|
|
- ip: 172.16.4.2
|
|
mountpoint: /pool/mail
|
|
target: /var/mail
|
|
name: var-mail
|
|
owner: root
|
|
group: user
|
|
mode: '0750'
|