Files @ 0f349663e20c
Branch filter:

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

branko
MAR-30: Fixes for multiple platforms and more extensive testing:

- Include instructions on how to run tests against different platforms (Debian
versions).
- Use correct base box for Debian Stretch when testing role 'preseed'.
- Use fixed hostnames when runnig teets for role 'preseed'.
- Make sure to test preseed configuration file when providing overrides for a
host that does not include overrides as well in role 'preseed'.
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"