Photoprism (#71)
gather facts aus für all user keepass in photoprism user photprism Restc exclude Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#71 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
66fb0c6dd3
commit
90c87013c1
4 changed files with 8 additions and 4 deletions
|
@ -21,8 +21,8 @@
|
||||||
**/**AppData***/**
|
**/**AppData***/**
|
||||||
/var/lib/docker/volumes/***Musik***
|
/var/lib/docker/volumes/***Musik***
|
||||||
/var/lib/docker/volumes/***musik***
|
/var/lib/docker/volumes/***musik***
|
||||||
|
/var/lib/docker/volumes/***musik***
|
||||||
|
/var/lib/docker/volumes/***musik***
|
||||||
|
/var/lib/docker/volumes/docker-photoprism_pp_smb_bilder***/**
|
||||||
# https://github.com/restic/restic/issues/1005
|
# https://github.com/restic/restic/issues/1005
|
||||||
# https://forum.restic.net/t/exclude-syntax-confusion/1531/12
|
# https://forum.restic.net/t/exclude-syntax-confusion/1531/12
|
||||||
### geerlingguy.munin-node
|
|
||||||
munin_node_remove_plugins:
|
|
||||||
- name: sensors
|
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
password: "{{ lookup('keepass', 'fileserver_smb_user_pve', 'password') }}"
|
password: "{{ lookup('keepass', 'fileserver_smb_user_pve', 'password') }}"
|
||||||
- name: 'brother_ads2700w'
|
- name: 'brother_ads2700w'
|
||||||
password: "{{ lookup('keepass', 'fileserver_smb_user_brother_ads2700w', 'password') }}"
|
password: "{{ lookup('keepass', 'fileserver_smb_user_brother_ads2700w', 'password') }}"
|
||||||
|
- name: 'photoprism'
|
||||||
|
password: "{{ lookup('keepass', 'fileserver_smb_user_photoprism', 'password') }}"
|
||||||
smb_shares:
|
smb_shares:
|
||||||
- name: 'videos'
|
- name: 'videos'
|
||||||
path: '/shares_videos'
|
path: '/shares_videos'
|
||||||
|
@ -66,7 +68,7 @@
|
||||||
users_rw: 'kodi annemariedroessler restic win10 michaelgrote'
|
users_rw: 'kodi annemariedroessler restic win10 michaelgrote'
|
||||||
- name: 'bilder'
|
- name: 'bilder'
|
||||||
path: '/shares/bilder'
|
path: '/shares/bilder'
|
||||||
users_ro: ''
|
users_ro: 'photoprism'
|
||||||
users_rw: 'annemariedroessler michaelgrote win10'
|
users_rw: 'annemariedroessler michaelgrote win10'
|
||||||
- name: 'proxmox'
|
- name: 'proxmox'
|
||||||
path: '/shares_pve_backup'
|
path: '/shares_pve_backup'
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
- hosts: all
|
||||||
|
gather_facts: false
|
||||||
- import_playbook: 84_apt_sources.yml
|
- import_playbook: 84_apt_sources.yml
|
||||||
- import_playbook: 85_install_packages.yml
|
- import_playbook: 85_install_packages.yml
|
||||||
- import_playbook: 86_unattended_upgrades.yml
|
- import_playbook: 86_unattended_upgrades.yml
|
||||||
|
|
Loading…
Reference in a new issue