Old ansible configuration for servers
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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') }}"