Skip to content
Open
Show file tree
Hide file tree
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/deepsec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
appliance:
hosts:
deepsec:
ansible_host: deepsec.example.org
ansible_user: zuul
vars:
ansible_become_method: ansible.netcommon.enable
ansible_connection: ansible.netcommon.httpapi
ansible_network_os: trendmicro.deepsec.deepsec
# 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: deepsec
collection_namespace: trendmicro
15 changes: 15 additions & 0 deletions tests/integration/inventories/qradar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
appliance:
hosts:
qradar:
ansible_host: qradar.example.org
ansible_user: zuul
vars:
ansible_become_method: ansible.netcommon.enable
ansible_connection: ansible.netcommon.httpapi
ansible_network_os: ibm.qradar.qradar
# 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: qradar
collection_namespace: ibm
15 changes: 15 additions & 0 deletions tests/integration/inventories/splunk_es.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
appliance:
hosts:
splunk:
ansible_host: splunk.example.org
ansible_user: zuul
vars:
ansible_become_method: ansible.netcommon.enable
ansible_connection: ansible.netcommon.httpapi
ansible_network_os: splunk.es.splunk
# 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: splunk.es
collection_namespace: splunk