diff --git a/tests/integration/inventories/utils.yaml b/tests/integration/inventories/utils.yaml new file mode 100644 index 0000000..fd54f86 --- /dev/null +++ b/tests/integration/inventories/utils.yaml @@ -0,0 +1,19 @@ +--- +all: + hosts: + localhost: + ansible_connection: local + ansible_python_interpreter: /bin/python3.8 +appliance: + hosts: + vyos: + ansible_host: vyos.example.org + ansible_user: zuul + vars: + ansible_connection: ansible.netcommon.network_cli + ansible_network_os: vyos.vyos.vyos + # NOTE(pabelanger): With stable-2.9 / stable-2.11 we need to force + # /bin/python3.8 and not discover /usr/libexec/platform-python (python3.6) + # ansible_python_interpreter: /bin/python3.8 + collection_name: vyos + collection_namespace: vyos