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:
Michael Grote 2021-04-18 10:22:47 +02:00
parent 66fb0c6dd3
commit 90c87013c1
4 changed files with 8 additions and 4 deletions

View file

@ -21,8 +21,8 @@
**/**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/docker-photoprism_pp_smb_bilder***/**
# https://github.com/restic/restic/issues/1005
# https://forum.restic.net/t/exclude-syntax-confusion/1531/12
### geerlingguy.munin-node
munin_node_remove_plugins:
- name: sensors

View file

@ -27,6 +27,8 @@
password: "{{ lookup('keepass', 'fileserver_smb_user_pve', 'password') }}"
- name: 'brother_ads2700w'
password: "{{ lookup('keepass', 'fileserver_smb_user_brother_ads2700w', 'password') }}"
- name: 'photoprism'
password: "{{ lookup('keepass', 'fileserver_smb_user_photoprism', 'password') }}"
smb_shares:
- name: 'videos'
path: '/shares_videos'
@ -66,7 +68,7 @@
users_rw: 'kodi annemariedroessler restic win10 michaelgrote'
- name: 'bilder'
path: '/shares/bilder'
users_ro: ''
users_ro: 'photoprism'
users_rw: 'annemariedroessler michaelgrote win10'
- name: 'proxmox'
path: '/shares_pve_backup'

Binary file not shown.

View file

@ -1,4 +1,6 @@
---
- hosts: all
gather_facts: false
- import_playbook: 84_apt_sources.yml
- import_playbook: 85_install_packages.yml
- import_playbook: 86_unattended_upgrades.yml