Starting cleanup

This commit is contained in:
L3D 2023-09-17 20:14:12 +02:00
parent 704ed29c3f
commit 21c585baa3
6 changed files with 16 additions and 4 deletions

3
.gitignore vendored
View file

@ -24,3 +24,6 @@ tags
# Notes # Notes
notes/ notes/
# Venv
ansible/

9
.gitmodules vendored
View file

@ -49,3 +49,12 @@
[submodule "roles/do1jlr.win_nextcloud"] [submodule "roles/do1jlr.win_nextcloud"]
path = roles/do1jlr.win_nextcloud path = roles/do1jlr.win_nextcloud
url = https://backwesen.de/voc/win_ansible_role_nextcloud.git url = https://backwesen.de/voc/win_ansible_role_nextcloud.git
[submodule "collections/ansible_collections/community/general"]
path = collections/ansible_collections/community/general
url = https://github.com/ansible-collections/community.general.git
[submodule "collections/ansible_collections/ansible/windows"]
path = collections/ansible_collections/ansible/windows
url = https://github.com/ansible-collections/ansible.windows.git
[submodule "collections/ansible_collections/community/windows"]
path = collections/ansible_collections/community/windows
url = https://github.com/ansible-collections/community.windows.git

@ -0,0 +1 @@
Subproject commit 052ef994b9ce50653fdd8a000250a78d490b0406

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

@ -0,0 +1 @@
Subproject commit 03e3af7baf85c2b14e558d3b9f1659712a3c6891

View file

@ -1,5 +1,2 @@
[obs] [obs]
obs-white ansible_host=obs-white.local obs-aula ansible_host=obs-aula.local
obs-yellow ansible_host=obs-yellow.local
obs-blue ansible_host=obs-blue.local
obs-misc ansible_host=obs-misc.local