Files @ b1b2928c582b
Branch filter:

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

branko
Noticket: Fixed two tests related to application user profile directory in php_website role, and renamed two tests to make more sense.
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"