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

backups.yml 123B

12345
  1. ---
  2. - hosts: backups
  3. roles:
  4. - role: attic
  5. attic_ssh_keys: ["{{ lookup('file', '../data/keys/attic/quark') }}"]