Files @ 91b633aba998
Branch filter:

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

branko
MAR-129: Fixed linting in database_server and its tests and moved test variables into group_vars.
---

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