ansible/roles/home/templates/home/home.json.j2

12 lines
366 B
Django/Jinja

{
"ldap_server": "{{ home.ldap_server }}"
"binddn": "{{ home.binddn }}"
"password": "{{ home.ldap_password }}"
"rootdn": "{{ home.rootdn }}"
"home_dir": "/pool/home"
"mail_dir": "/pool/mail"
"home_quota": "/usr/sbin/zfs set userquota@{user}=30G pool/home"
"mail_quota": "/usr/sbin/zfs set userquota@{user}=10G pool/mail"
"borg_key": "{{ home.borg_key }}"
}