Add Nextcloud

This commit is contained in:
L3D 2023-02-22 19:27:11 +01:00
parent 2acf668cba
commit 704ed29c3f
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 9 additions and 1 deletions

3
.gitmodules vendored
View file

@ -46,3 +46,6 @@
[submodule "roles/do1jlr.win_wallpaper"]
path = roles/do1jlr.win_wallpaper
url = https://backwesen.de/voc/win_ansible_role_wallpaper.git
[submodule "roles/do1jlr.win_nextcloud"]
path = roles/do1jlr.win_nextcloud
url = https://backwesen.de/voc/win_ansible_role_nextcloud.git

View file

@ -67,7 +67,7 @@ win_obs_szene_files:
- src: 'https://backwesen.de/voc/wk23-obs-szene/raw/branch/main/profile/basic.ini'
file: 'obs-config/basic.ini'
win_streamdeck__download_icons: false
win_streamdeck__download_icons: true
win_streamdeck__icons:
- src: 'https://backwesen.de/voc/wk23-obs-szene/raw/branch/main/WK23.streamDeckProfile'
file: 'WK23.streamDeckProfile'

@ -0,0 +1 @@
Subproject commit eb607e99e9e654ed2e58afcaaad927e3496cce06

View file

@ -11,3 +11,6 @@ Parsec:
+ Login: chvoc@l3d.yt
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/parsec.app/chvoc@l3d.yt') }}
2FA: Aks L3D
NextCloud:
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/cloud.montage2.de/chvoc@l3d.yt') }}

View file

@ -21,4 +21,5 @@
- {role: do1jlr.win_streamdeck, tags: streamdeck}
- {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]}
- {role: do1jlr.win_obs_szene, tags: [obs, szene]}
- {role: do1jlr.win_nextcloud, tags: nextcloud}
- {role: setup_secrets, tags: [secret]}