Renamed backup roles

This commit is contained in:
2025-07-14 19:04:30 +02:00
parent 4acf2137e8
commit f02ca50f88
42 changed files with 66 additions and 66 deletions

View File

@@ -0,0 +1,16 @@
- name: Copy backup script to the scripts directory
copy:
src: svc-bkp-loc-2-usb.python
dest: "{{ backup_to_usb_script_path }}"
owner: root
group: root
mode: '0755'
- name: Copy systemd service to systemd directory
template:
src: svc-bkp-loc-2-usb.service.j2
dest: /etc/systemd/system/svc-bkp-loc-2-usb.cymais.service
owner: root
group: root
mode: '0644'
notify: reload svc-bkp-loc-2-usb.cymais.service