You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
406 B
YAML

---
# repo: git@example.com:name/repo.git
# dest: /example/repository
owner: root
group: "{{ owner }}"
mode: "u=rwx,g=rx,o="
repo_name: "{{ dest | basename }}"
tag_prefix: "release-"
gpg_fingerprint: "{{ backup_gpg_fingerprint }}"
cron_name: "Auto update repository {{ repo_name }}"
update_script_path: "{{ update_scripts_directory }}/{{ repo_name }}"
#reload_command: "systemctl restart {{ repo_name }}"