Cubox-m playbook

- update_cubox-m.yaml

- update homer homepage config
This commit is contained in:
2025-07-15 09:09:23 -04:00
parent 0dd9df593e
commit 89f1ff86dd
4 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
# 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'