Files
provisioning/ansible-5/roles/homer/tasks/main.yaml
richard 89f1ff86dd Cubox-m playbook
- update_cubox-m.yaml

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

18 lines
462 B
YAML

---
# main task list for homer role
#- name: pull config updates
# ansible.builtin.shell:
# cmd: git pull
# chdir: /srv/dev-disk-by-uuid-5bc063a8-cf51-435d-9105-5987792ecf48/docker-compose/homer/
#TODO: copy config file
- name: Copy Homer config file
ansible.builtin.copy:
src: config.yml
dest: /srv/dev-disk-by-uuid-5bc063a8-cf51-435d-9105-5987792ecf48/docker-compose/homer/assets/config.yml
owner: root
group: root
mode: '0644'