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