Update submodul and config
This commit is contained in:
parent
699ecde12a
commit
45e904a8b8
|
|
@ -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
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
check_ansible_version: '2.20.1'
|
||||
submodules_versioncheck: true
|
||||
|
|
|
|||
|
|
@ -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') }}"
|
||||
Loading…
Reference in New Issue