Cubox-m playbook
- update_cubox-m.yaml - update homer homepage config
This commit is contained in:
14
ansible-5/playbooks/update_cubox-m.yaml
Normal file
14
ansible-5/playbooks/update_cubox-m.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user