1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

Update and improve submodules

This commit is contained in:
L3D 2023-10-29 22:28:04 +01:00
parent 49be704afd
commit a7696f8f99
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
13 changed files with 14 additions and 12 deletions

@ -1 +1 @@
Subproject commit fccc9d32eeb3c83a54701fc63ec71a3760fc85f5
Subproject commit e9dbc1a5a58a981c5003fea1136d3f57e4ac9943

@ -1 +1 @@
Subproject commit bb599620612e504024a5b8636da59ce6316b59df
Subproject commit 8055dd1c9b7787b7259d870be1418aafb877ed32

@ -1 +1 @@
Subproject commit 3ef9bda95f995eb74705ed17a12bcc874a71c6b5
Subproject commit 0dbedf57cb988c3a5c3444f79d2da996e101edf1

@ -1 +1 @@
Subproject commit ce372018634786338cebd83f751d8b28e6de4136
Subproject commit 87a6b92a09a9bf1f064a38f0b51ae32cae21b431

2
host_vars/localhost.yml Normal file
View file

@ -0,0 +1,2 @@
---
gather_facts: false

@ -1 +1 @@
Subproject commit 57a189e33fafecc22a98726f5ab867ddd19ff0ea
Subproject commit 83df9b74904169e5698555cac183e5cb410f86a6

@ -1 +1 @@
Subproject commit eb749e66f72db13f4986dac29a6a461c1bfee219
Subproject commit bfdc73619db9c76c1068e5ed9183c879e90403b4

@ -1 +1 @@
Subproject commit b2d75c6bab5150d85d8ceaa0fde6f89c895b9c96
Subproject commit 1c12366f23b6f8f516eba2605b91fa7c1dd1cfc4

@ -1 +1 @@
Subproject commit 75f4efdab0d7383e32f1d6ede38f9d3a07e17863
Subproject commit a3ac34e33dda8a0d5633ee8bb111aea6ddf62a90

@ -1 +1 @@
Subproject commit ad758436369d3de02a5214e29464bfbaa233521e
Subproject commit 113140264a9561f4ba0f593caff99f0705e1622d

@ -1 +1 @@
Subproject commit 3fb2e09ad918510e80c5ea9d87f40bf0a404268f
Subproject commit 759f0be0edc8fc7cd6416b8f47755e2b13f5d47f

@ -1 +1 @@
Subproject commit b59d6caa54c0bfb917ca06179c411c160b3b0cfb
Subproject commit aee79b1d6e9098cd570f121591b90ac8fec96428

View file

@ -2,7 +2,7 @@
- name: Check if ansible is not to old
hosts: localhost
roles:
- {role: do1jlr.ansible_version, tags: [default, version, default, always], gather_facts: false}
- {role: do1jlr.ansible_version, tags: [default, version, default, always]}
- name: General roles for all hosts
hosts: all