adding parsec and synology
This commit is contained in:
parent
a5311c167c
commit
a70154e3f2
5 changed files with 34 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# ---> 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
|
||||||
|
|
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -10,3 +10,9 @@
|
||||||
[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
|
||||||
|
|
1
roles/do1jlr.win_parsec
Submodule
1
roles/do1jlr.win_parsec
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 182071bea4d3b2ca37178aad1d8f7778a3b5138e
|
1
roles/do1jlr.win_synologydrive
Submodule
1
roles/do1jlr.win_synologydrive
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cf7ea9492b782e3227e943e5756880603b5e8d30
|
2
site.yml
2
site.yml
|
@ -6,4 +6,6 @@
|
||||||
- {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_remove_win_apps, tags: cleanup}
|
- {role: do1jlr.win_remove_win_apps, tags: cleanup}
|
||||||
|
|
Loading…
Reference in a new issue