Files @ 2d0a09dc0e00
Branch filter:

Location: majic-ansible-roles/roles/backup_server/defaults/main.yml - annotation

branko
MAR-114: Updated task syntax for the common role:

- Added quoting where it makes sense.
- Switched to using expanded syntax (instead of one-liners).
- Updated ordering of arguments in task definitions.
1
2
3
4
5
6
7
8
---

backup_clients: []
backup_host_ssh_keys:
  dsa: "{{ ssh_key_dir }}/{{ ansible_fqdn }}_dsa_key"
  rsa: "{{ ssh_key_dir }}/{{ ansible_fqdn }}_rsa_key"
  ed25519: "{{ ssh_key_dir }}/{{ ansible_fqdn }}_ed25519_key"
  ecdsa: "{{ ssh_key_dir }}/{{ ansible_fqdn }}_ecdsa_key"