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

Update submodules and add versionscheck

This commit is contained in:
L3D 2021-01-14 22:29:57 +01:00
parent b99896c969
commit cf2207ab8f
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 11 additions and 2 deletions

3
.gitmodules vendored
View file

@ -58,3 +58,6 @@
[submodule "roles/postfix"] [submodule "roles/postfix"]
path = roles/postfix path = roles/postfix
url = https://github.com/DO1JLR/ansible_roler_postfix.git url = https://github.com/DO1JLR/ansible_roler_postfix.git
[submodule "roles/do1jlr.ansible_version"]
path = roles/do1jlr.ansible_version
url = https://github.com/roles-ansible/role_ansible-version.git

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

@ -1 +1 @@
Subproject commit f38b494b5f96b2561b5d5bd993f8ce5156cbe1d6 Subproject commit 46336ec129bb4f24afb8ed13e195ca710b74037e

@ -1 +1 @@
Subproject commit a354bc92a63853b8d16a6292b0d9d629e18c2f95 Subproject commit d2a9b27119773ba314454875809fa82a4a9e723a

View file

@ -1,4 +1,9 @@
--- ---
- name: check if ansible is not to old
hosts: localhost
roles:
- { role: do1jlr.ansible_version, tags: [default,version,default], gather_facts: no}
- name: general roles for all hosts - name: general roles for all hosts
hosts: all hosts: all