diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4f5b028 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "collections/ansible_collections/community/general"] + path = collections/ansible_collections/community/general + url = https://github.com/ansible-collections/community.general.git diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general new file mode 160000 index 0000000..7cd7594 --- /dev/null +++ b/collections/ansible_collections/community/general @@ -0,0 +1 @@ +Subproject commit 7cd75945b289f206055241ffceb668e7243282d2 diff --git a/hosts.ini b/hosts.ini new file mode 100644 index 0000000..ae74ecc --- /dev/null +++ b/hosts.ini @@ -0,0 +1,2 @@ +[obs] +obs-hall1 ansible_host=obs-hall1.local