Files @ 3c03c2ea9d2a
Branch filter:

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

branko
MAR-128: Upgraded tests for bootstrap role:

- Switch to new Molecule configuration.
- Updated set-up playbook to use become: yes.
- Moved some preparatory steps outside of the main playbook (eases
idempotence tests).
- Updated tests to reference the yml inventory file.
- Updated tests to use new fixture (host instead of individual ones).
- Fixed some linting issues.
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"