misc/backup_files: Replaced old usages of domain with backup_name

dehydrated
Felix Stupp 4 years ago
parent 5142f48064
commit 8dd14a365d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -3,7 +3,7 @@
# domain: backup.example # required if backup_name is not given # domain: backup.example # required if backup_name is not given
backup_name: "{{ domain }}" backup_name: "{{ domain }}"
backup_directory: "{{ global_webservers_directory }}/{{ backup_name }}" backup_directory: "{{ global_webservers_directory }}/{{ backup_name }}"
backup_target: "{{ backups_files_directory }}/{{ domain }}" backup_target: "{{ backups_files_directory }}/{{ backup_name }}"
backup_script: "{{ backup_files_scripts_directory }}/{{ backup_name }}" backup_script: "{{ backup_files_scripts_directory }}/{{ backup_name }}"

@ -21,5 +21,5 @@
hour: "1" hour: "1"
minute: "0" minute: "0"
job: "{{ backup_script }}" job: "{{ backup_script }}"
name: "backup files of {{ domain }}" name: "backup files of {{ backup_name }}"
state: present state: present

Loading…
Cancel
Save