Files
casa/nodes/ansible/os-get-info.playbook.yaml
Márcio Fernandes 3274a2a3b4 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
2026-09-12 10:04:18 +00:00

7 lines
141 B
YAML

- name: OS Info playbook
hosts:
- all
become: true
tasks:
- ansible.builtin.import_tasks:
file: tasks/os-get-info.yaml