Add Nextcloud
This commit is contained in:
parent
2acf668cba
commit
704ed29c3f
5 changed files with 9 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
1
roles/do1jlr.win_nextcloud
Submodule
1
roles/do1jlr.win_nextcloud
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit eb607e99e9e654ed2e58afcaaad927e3496cce06
|
|
@ -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') }}
|
||||
|
|
1
site.yml
1
site.yml
|
@ -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]}
|
||||
|
|
Loading…
Reference in a new issue