From 704ed29c3fef8ce108a9a62f5f49463f88ea5978 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 22 Feb 2023 19:27:11 +0100 Subject: [PATCH] Add Nextcloud --- .gitmodules | 3 +++ group_vars/obs/vars.yml | 2 +- roles/do1jlr.win_nextcloud | 1 + roles/setup_secrets/templates/secrets.txt.j2 | 3 +++ site.yml | 1 + 5 files changed, 9 insertions(+), 1 deletion(-) create mode 160000 roles/do1jlr.win_nextcloud diff --git a/.gitmodules b/.gitmodules index 1651ef4..eaa84a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/group_vars/obs/vars.yml b/group_vars/obs/vars.yml index d29574a..4d96651 100644 --- a/group_vars/obs/vars.yml +++ b/group_vars/obs/vars.yml @@ -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' diff --git a/roles/do1jlr.win_nextcloud b/roles/do1jlr.win_nextcloud new file mode 160000 index 0000000..eb607e9 --- /dev/null +++ b/roles/do1jlr.win_nextcloud @@ -0,0 +1 @@ +Subproject commit eb607e99e9e654ed2e58afcaaad927e3496cce06 diff --git a/roles/setup_secrets/templates/secrets.txt.j2 b/roles/setup_secrets/templates/secrets.txt.j2 index 1ede27e..844fe9b 100644 --- a/roles/setup_secrets/templates/secrets.txt.j2 +++ b/roles/setup_secrets/templates/secrets.txt.j2 @@ -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') }} diff --git a/site.yml b/site.yml index 9bb2ad7..8f37400 100644 --- a/site.yml +++ b/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]}