Compare commits
2 commits
a5311c167c
...
301f1038cc
Author | SHA1 | Date | |
---|---|---|---|
301f1038cc | |||
a70154e3f2 |
6 changed files with 41 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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
9
.gitmodules
vendored
|
@ -10,3 +10,12 @@
|
||||||
[submodule "roles/do1jlr.win_zeroconf"]
|
[submodule "roles/do1jlr.win_zeroconf"]
|
||||||
path = roles/do1jlr.win_zeroconf
|
path = roles/do1jlr.win_zeroconf
|
||||||
url = https://backwesen.de/voc/win_ansible_role_zeroconf.git
|
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
roles/do1jlr.win_parsec
Submodule
1
roles/do1jlr.win_parsec
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 182071bea4d3b2ca37178aad1d8f7778a3b5138e
|
1
roles/do1jlr.win_streamdeck
Submodule
1
roles/do1jlr.win_streamdeck
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit dbcd157bad72e30aba232b2a634acc4cf4724a22
|
1
roles/do1jlr.win_synologydrive
Submodule
1
roles/do1jlr.win_synologydrive
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cf7ea9492b782e3227e943e5756880603b5e8d30
|
3
site.yml
3
site.yml
|
@ -6,4 +6,7 @@
|
||||||
- {role: do1jlr.win_base_setup, tags: [user, setup]}
|
- {role: do1jlr.win_base_setup, tags: [user, setup]}
|
||||||
- {role: do1jlr.win_zeroconf, tags: zeroconf}
|
- {role: do1jlr.win_zeroconf, tags: zeroconf}
|
||||||
- {role: do1jlr.win_obs_setup, tags: [user, obs]}
|
- {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}
|
- {role: do1jlr.win_remove_win_apps, tags: cleanup}
|
||||||
|
|
Loading…
Reference in a new issue