Compare commits

..

No commits in common. "301f1038cc4e17bf1ef2cd7196fa3aedb70e20f5" and "a5311c167c3124a2a76cbb1ae63b96fad947123d" have entirely different histories.

6 changed files with 0 additions and 41 deletions

26
.gitignore vendored
View file

@ -1,26 +0,0 @@
# ---> 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,12 +10,3 @@
[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

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

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

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

View file

@ -6,7 +6,4 @@
- {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}