ansible/group_vars/server

24 lines
615 B
Plaintext
Raw Normal View History

2019-04-09 14:35:41 +00:00
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
2019-04-11 16:54:12 +00:00
type: ntfs-3g
2019-04-09 14:35:41 +00:00
options:
- uid=1024
- guid=100
automount: true
systemd_mounts_enabled:
- diskstation_git
- backup_disk
2019-04-10 18:25:29 +00:00
syncthing_address: "{{inventory_hostname}}:8384"
2019-04-11 16:54:12 +00:00
syncthing_gui_user: "{{user.name}}"
2019-04-10 18:25:29 +00:00
syncthing_gui_password: $2a$10$nJZ8YN/1mB84Cbi79BKka.6SFMAKF.CBwyCNJDA9qUgXdkcuBilx2