46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
systemd_mounts:
|
|
diskstation_git:
|
|
share: 192.168.1.10:/volume1/git
|
|
mount: /mnt/diskstation/git
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
backup_disk:
|
|
share: /dev/sda1
|
|
mount: /mnt/backup
|
|
type: ntfs-3g
|
|
options:
|
|
- uid=1024
|
|
- guid=100
|
|
automount: true
|
|
|
|
systemd_mounts_enabled:
|
|
- diskstation_git
|
|
- backup_disk
|
|
|
|
syncthing_address: "{{inventory_hostname}}:8384"
|
|
syncthing_gui_user: "{{user.name}}"
|
|
syncthing_gui_password: $2a$10$nJZ8YN/1mB84Cbi79BKka.6SFMAKF.CBwyCNJDA9qUgXdkcuBilx2
|
|
|
|
notification_mail: "{{ user.mail }}"
|
|
ssmtp_mailhub: smtp.{{ domain.name }}:587
|
|
ssmtp_hostname: "{{ domain.name }}"
|
|
ssmtp_auth_user: "{{ user.mail }}"
|
|
ssmtp_auth_pass: "{{ vault_default_password }}"
|
|
|
|
rsynclocations:
|
|
- name: backup nas
|
|
location: /mnt/backup
|
|
readonly: "no"
|
|
|
|
rsynchostalloawed: 192.168.1.10
|
|
|
|
|
|
|
|
fail2ban_destmail: "{{ user.mail }}"
|
|
fail2ban_sendmail: "{{ user.mail }}"
|
|
|
|
Gandi_API_KEYS: "{{ vault_gandi_API_Keys }}"
|
|
Gandi_Domain: "{{ domain.name }}"
|
|
Gandi_Record: www |