mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-01-20 07:45:35 +00:00
7 lines
306 B
YAML
7 lines
306 B
YAML
- hosts: all
|
|
tasks:
|
|
- debug:
|
|
msg:
|
|
- "ansible_distribution {{ hostvars[inventory_hostname].ansible_distribution }}"
|
|
- "major version {{ hostvars[inventory_hostname].ansible_distribution_major_version }}"
|
|
- "version {{ hostvars[inventory_hostname].ansible_distribution_version }}" |