new file: nodes/ansible/os-reboot.playbook.yaml modified: nodes/ansible/os-update.playbook.yaml new file: nodes/ansible/tasks/os-get-info.yaml new file: nodes/ansible/tasks/os-reboot.yaml new file: nodes/ansible/tasks/os-update.yaml
6 lines
335 B
YAML
6 lines
335 B
YAML
- 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 }}" |