Files @ 490c7b153f52
Branch filter:

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

branko
Noticket: Improved logic behind a couple of tests that use commands to ensure a specific error is happening for tests to pass.
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"