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:
parent
b99896c969
commit
cf2207ab8f
5 changed files with 11 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -58,3 +58,6 @@
|
|||
[submodule "roles/postfix"]
|
||||
path = roles/postfix
|
||||
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
|
||||
|
|
1
roles/do1jlr.ansible_version
Submodule
1
roles/do1jlr.ansible_version
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ec79561b0f88c8f4f3771a7f330665e7b2e913b7
|
|
@ -1 +1 @@
|
|||
Subproject commit f38b494b5f96b2561b5d5bd993f8ce5156cbe1d6
|
||||
Subproject commit 46336ec129bb4f24afb8ed13e195ca710b74037e
|
|
@ -1 +1 @@
|
|||
Subproject commit a354bc92a63853b8d16a6292b0d9d629e18c2f95
|
||||
Subproject commit d2a9b27119773ba314454875809fa82a4a9e723a
|
5
site.yml
5
site.yml
|
@ -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
|
||||
hosts: all
|
||||
|
|
Loading…
Reference in a new issue