Files @ 7180fd36dda8
Branch filter:

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

branko
MAR-128: Upgraded tests for ROLE_NAME 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).
---

- 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') }}"