1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-18 07:56:05 +02:00
infrastructure/playbooks/rsync.net.yml
Evangelos Foutras a9e0790f53
Remove the three dashes from all YAML documents
These are used to signal the start of the document in a stream of many
documents. As Ansible only supports one YAML document per file this is
unnecessary. About a third of our YAML documents already lacked these.
2022-06-08 14:35:45 +03:00

11 lines
258 B
YAML

- name: setup rsync.net account
hosts: localhost
gather_facts: false
vars_files:
- ../misc/vaults/vault_rsync.net.yml
roles:
- role: rsync_net
backup_clients: "{{ groups['borg_clients'] }}"
backup_dir: backup
tags: ["borg"]