new file: nodes/ansible/os-get-info.playbook.yaml
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
- name: OS update playbook
|
||||||
|
hosts:
|
||||||
|
- all
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- debug:
|
||||||
|
msg:
|
||||||
|
- "Distribution: {{ hostvars[inventory_hostname].ansible_distribution }}"
|
||||||
|
- "Major version: {{ hostvars[inventory_hostname].ansible_distribution_major_version }}"
|
||||||
|
- "Version: {{ hostvars[inventory_hostname].ansible_distribution_version }}"
|
||||||
|
- "kernel: {{ hostvars[inventory_hostname].ansible_kernel }}"
|
||||||
Reference in New Issue
Block a user