diff --git a/tests/integration/inventories/deepsec.yaml b/tests/integration/inventories/deepsec.yaml new file mode 100644 index 0000000..eae9104 --- /dev/null +++ b/tests/integration/inventories/deepsec.yaml @@ -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 diff --git a/tests/integration/inventories/qradar.yaml b/tests/integration/inventories/qradar.yaml new file mode 100644 index 0000000..e977db2 --- /dev/null +++ b/tests/integration/inventories/qradar.yaml @@ -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 diff --git a/tests/integration/inventories/splunk_es.yaml b/tests/integration/inventories/splunk_es.yaml new file mode 100644 index 0000000..15d6ac0 --- /dev/null +++ b/tests/integration/inventories/splunk_es.yaml @@ -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