Role - tripleo-ceph-run-ansible¶
Role Documentation¶
Welcome to the “tripleo-ceph-run-ansible” role documentation.
Molecule Scenarios¶
Molecule is being used to test the “tripleo-ceph-run-ansible” role. The following section highlights the drivers in service and provides an example playbook showing how the role is leveraged.
- Driver: podman
Scenario: default¶
Molecule Inventory¶
hosts:
all:
hosts:
ubi8:
ansible_python_interpreter: /usr/bin/python3
vars:
ansible_user: root
Example default playbook¶
- name: Converge
hosts: all
roles:
- role: tripleo-ceph-common
- role: tripleo-ceph-work-dir
- role: tripleo-ceph-uuid
- role: tripleo-ceph-run-ansible
Required test arguments¶
Environment Variable |
Variable Value |
---|---|
TRIPLEO_JOB_ANSIBLE_ARGS |
‘–skip-tags=run_uuid_ansible,run_ceph_ansible’ |