adding parsec and synology

This commit is contained in:
L3D 2021-12-26 18:13:42 +01:00
parent a5311c167c
commit a70154e3f2
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 34 additions and 0 deletions

24
.gitignore vendored Normal file
View 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
View file

@ -10,3 +10,9 @@
[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

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

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

View file

@ -6,4 +6,6 @@
- {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_remove_win_apps, tags: cleanup}