Rebase drone image;Add variables w/ secrets
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-07-13 23:17:02 +02:00
parent 98db1a8d77
commit f51bffae19
3 changed files with 23 additions and 33 deletions

View File

@ -4,7 +4,7 @@
driver: local
driver_options:
type: cifs
o: "username=<removed>,password=<removed>,domain=bessems.eu,file_mode=0777,dir_mode=0777,iocharset=utf8"
o: "username={{ cifs_username }},password={{ cifs_password }},domain=bessems.eu,file_mode=0777,dir_mode=0777,iocharset=utf8"
device: "//192.168.11.225/{{ item.path }}"
loop:
- name: cifs_books
@ -28,9 +28,8 @@
volumes:
- /root/containers/pvr/plex/config:/config
- cifs_photos:/data/photos
- cifs_video-films:/data/movies
- cifs_video-series:/data/series
command: sleep 1d
- cifs_videos-films:/data/movies
- cifs_videos-series:/data/series
register: output
- ansible.builtin.debug: