Cubox-m playbook
- update_cubox-m.yaml - update homer homepage config
This commit is contained in:
17
ansible-5/roles/homer/tasks/main.yaml
Normal file
17
ansible-5/roles/homer/tasks/main.yaml
Normal 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'
|
||||
Reference in New Issue
Block a user