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
384 B
YAML

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