modified: nodes/ansible/os-get-info.playbook.yaml

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
This commit is contained in:
Márcio Fernandes
2026-09-12 10:04:18 +00:00
parent a5d4882512
commit 3274a2a3b4
6 changed files with 50 additions and 47 deletions
+3 -8
View File
@@ -1,12 +1,7 @@
- name: OS update playbook
- name: OS Info 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 }}"
- ansible.builtin.import_tasks:
file: tasks/os-get-info.yaml