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
9 lines
167 B
YAML
9 lines
167 B
YAML
- name: OS update playbook
|
|
hosts:
|
|
- maintenance-node-target
|
|
become: true
|
|
tasks:
|
|
- ansible.builtin.import_tasks:
|
|
file: tasks/os-update.yaml
|
|
|