Files
provisioning/ansible-5/playbooks/update_cubox-m.yaml
richard 89f1ff86dd Cubox-m playbook
- update_cubox-m.yaml

- update homer homepage config
2025-07-15 09:09:23 -04:00

15 lines
197 B
YAML

---
# run updates on cubox-m
- name: update cubox-m
hosts: cubox-m
gather_facts: true
pre_tasks:
- name: ping
ansible.builtin.ping:
roles:
- role: homer
become: true