xoxys.grafana/molecule/centos7/tests/test_default.py

8 lines
175 B
Python
Raw Normal View History

2021-09-04 14:25:17 +02:00
import os
import testinfra.utils.ansible_runner
testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
os.environ["MOLECULE_INVENTORY_FILE"]
).get_hosts("all")