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
15 changes: 15 additions & 0 deletions tests/integration/inventories/asa.yaml
Original file line number Diff line number Diff line change
@@ -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