tripleo-operator-ansible/roles/test_molecule_prep
Alex Schultz eadb03222b Pin ansible <2.10
Fix linting issues and adjust how we test the prep role.

Change-Id: If6209c7e1ec4cb45165223ead59d1b97771416d5
2020-09-28 08:43:44 -06:00
..
defaults Create role for molecule prep 2020-01-31 14:15:37 -07:00
meta Create role for molecule prep 2020-01-31 14:15:37 -07:00
molecule/default Pin ansible <2.10 2020-09-28 08:43:44 -06:00
tasks Create role for molecule prep 2020-01-31 14:15:37 -07:00
tests Create role for molecule prep 2020-01-31 14:15:37 -07:00
README.md Create role for molecule prep 2020-01-31 14:15:37 -07:00

README.md

test_molecule_prep

A role to do collection install for molecule testing. The role assumes it's being run from a molecule path.

Requirements

None.

Role Variables

  • test_module_prep_collections_build_root: (String) Path a directory to output the collection build to. Default: "{{ ansible_env.HOME }}/collection-buildroot"
  • test_module_prep_execution_root: (String) Path to the directory where the build action should run in. Default: '../../../..'

Output Variables

None.

Dependencies

None.

Example Playbook

Example install execution playbook

- hosts: localhost
  tasks:
    - name: Do molecule prep actions
      import_role:
        name: test_molecule_prep

License

Apache-2.0