Files @ d08a4bb0d74b
Branch filter:

Location: majic-ansible-roles/roles/bootstrap/molecule/default/playbook.yml - annotation

branko
MAR-129: Updated state for installing packages in backup_server role.
---

- hosts: parameters-mandatory
  become: yes
  roles:
    - role: bootstrap

- hosts: parameters-optional
  become: yes
  roles:
    - role: bootstrap
      ansible_key: "{{ lookup('file', 'tests/data/ansible_key.pub') }}"