Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions tests/integration/inventories/utils.yaml
Original file line number Diff line number Diff line change
@@ -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