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
416 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: 73D09948B2392D688A45DC8393E1BD26F6B02FB7
cron_name: "Auto update repository {{ repo_name }}"
update_script_path: "{{ update_scripts_directory }}/{{ repo_name }}"
#reload_command: "systemctl restart {{ repo_name }}"