diff --git a/.gitmodules b/.gitmodules index 0f72041..da44b8f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,9 @@ [submodule "collections/ansible_collections/l3d/voc"] path = collections/ansible_collections/l3d/voc url = https://github.com/roles-ansible/ansible_collection_voc.git +[submodule "collections/ansible_collections/l3d/time"] + path = collections/ansible_collections/l3d/time + url = https://github.com/roles-ansible/ansible_collection_time.git +[submodule "collections/ansible_collections/ansible/posix"] + path = collections/ansible_collections/ansible/posix + url = https://github.com/ansible-collections/ansible.posix.git diff --git a/collections/ansible_collections/ansible/posix b/collections/ansible_collections/ansible/posix new file mode 160000 index 0000000..692b906 --- /dev/null +++ b/collections/ansible_collections/ansible/posix @@ -0,0 +1 @@ +Subproject commit 692b906b8219c904c489f4cf9fdb6b2a5aff4039 diff --git a/collections/ansible_collections/l3d/time b/collections/ansible_collections/l3d/time new file mode 160000 index 0000000..cf2bb15 --- /dev/null +++ b/collections/ansible_collections/l3d/time @@ -0,0 +1 @@ +Subproject commit cf2bb153431f2528c6b8bba93c5a8dcc8ec2c171 diff --git a/collections/ansible_collections/l3d/voc b/collections/ansible_collections/l3d/voc index de88bdf..1e90249 160000 --- a/collections/ansible_collections/l3d/voc +++ b/collections/ansible_collections/l3d/voc @@ -1 +1 @@ -Subproject commit de88bdfa799f9371b5c70f0953309d1d1ae12a29 +Subproject commit 1e902495c4cb60bc575ad334430540387a1df4f6 diff --git a/group_vars/all/ansible_version.yml b/group_vars/all/ansible_version.yml index 860e1f6..aaf2fe9 100644 --- a/group_vars/all/ansible_version.yml +++ b/group_vars/all/ansible_version.yml @@ -1,2 +1,3 @@ --- check_ansible_version: '2.20.1' +submodules_versioncheck: true diff --git a/group_vars/all/auth.yml b/group_vars/all/auth.yml new file mode 100644 index 0000000..8e066a0 --- /dev/null +++ b/group_vars/all/auth.yml @@ -0,0 +1,3 @@ +--- +users__voc_root_pwd: "{{ lookup('community.general.passwordstore', 'private/cwtv/ansible/root_pwd_hash') }}" +users__voc_voc_pwd: "{{ lookup('community.general.passwordstore', 'private/cwtv/ansible/voc_pwd_hash') }}"