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 190B

1234567
  1. ---
  2. - hosts: backups
  3. roles:
  4. - role: attic
  5. attic_ssh_keys:
  6. - "{{ lookup('file', '../data/keys/attic/quark') }}"
  7. - "{{ lookup('file', '../data/keys/attic/do1') }}"