Compare commits

...

2 commits

Author SHA1 Message Date
L3D
301f1038cc
install stramdeck 2021-12-26 20:12:22 +01:00
L3D
a70154e3f2
adding parsec and synology 2021-12-26 18:17:02 +01:00
6 changed files with 41 additions and 0 deletions

26
.gitignore vendored Normal file
View file

@ -0,0 +1,26 @@
# ---> Vim
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# ---> Ansible
*.retry
# Notes
notes/

9
.gitmodules vendored
View file

@ -10,3 +10,12 @@
[submodule "roles/do1jlr.win_zeroconf"]
path = roles/do1jlr.win_zeroconf
url = https://backwesen.de/voc/win_ansible_role_zeroconf.git
[submodule "roles/do1jlr.parsec"]
path = roles/do1jlr.win_parsec
url = https://backwesen.de/voc/win_ansible_role_parsec.git
[submodule "roles/do1jlr.win_synologydrive"]
path = roles/do1jlr.win_synologydrive
url = https://backwesen.de/voc/win_ansible_role_synologydrive.git
[submodule "roles/do1jlr.win_streamdeck"]
path = roles/do1jlr.win_streamdeck
url = https://backwesen.de/voc/win_ansible_role_streamdeck.git

@ -0,0 +1 @@
Subproject commit 182071bea4d3b2ca37178aad1d8f7778a3b5138e

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

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

View file

@ -6,4 +6,7 @@
- {role: do1jlr.win_base_setup, tags: [user, setup]}
- {role: do1jlr.win_zeroconf, tags: zeroconf}
- {role: do1jlr.win_obs_setup, tags: [user, obs]}
- {role: do1jlr.win_parsec, tags: parsec}
- {role: do1jlr.win_synologydrive, tags: [synology, nas, synologydrive]}
- {role: do1jlr.win_streamdeck, tags: streamdeck}
- {role: do1jlr.win_remove_win_apps, tags: cleanup}