borg-start.yml (251B)
1 --- 2 - name: Start backups with borg 3 hosts: all 4 gather_facts: false 5 any_errors_fatal: true 6 pre_tasks: 7 - name: Gather host facts without logging stored local secrets 8 ansible.builtin.setup: 9 no_log: true 10 11 roles: 12 - borg-start