Update submodul and config

This commit is contained in:
L3D 2026-02-28 00:39:46 +01:00
parent 699ecde12a
commit 45e904a8b8
No known key found for this signature in database
6 changed files with 13 additions and 1 deletions

6
.gitmodules vendored
View File

@ -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

@ -0,0 +1 @@
Subproject commit 692b906b8219c904c489f4cf9fdb6b2a5aff4039

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

@ -1 +1 @@
Subproject commit de88bdfa799f9371b5c70f0953309d1d1ae12a29
Subproject commit 1e902495c4cb60bc575ad334430540387a1df4f6

View File

@ -1,2 +1,3 @@
---
check_ansible_version: '2.20.1'
submodules_versioncheck: true

3
group_vars/all/auth.yml Normal file
View File

@ -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') }}"