This commit is contained in:
2025-10-21 08:17:22 +02:00
parent 91e4942de8
commit 0de7960a3a
5 changed files with 94 additions and 43 deletions

View File

@@ -54,6 +54,14 @@
group: root
remote_src: true
when: inventory_hostname != 'nas.home.lan'
- name: Upload monitors script
ansible.builtin.copy:
src: "get_monitors.sh"
dest: /myapps/mqtt_srv/get_monitors.sh
mode: '0755'
owner: root
group: root
when: inventory_hostname == 'morefine.home.lan'
- name: Upload service req
ansible.builtin.copy:
src: "{{ dest_folder }}/requirements.txt"