mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-02-12 10:39:07 +00:00
ansible plays for docker, haproxy & varnish
This commit is contained in:
11
ansible/plays/openssl_version.yml
Normal file
11
ansible/plays/openssl_version.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Get openssl version
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Gather the package facts
|
||||
ansible.builtin.package_facts:
|
||||
manager: auto
|
||||
|
||||
- name: print openssl version
|
||||
debug: var=ansible_facts.packages.openssl[0].version
|
||||
Reference in New Issue
Block a user