summaryrefslogtreecommitdiff
path: root/test/integration/group_vars/asa.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/group_vars/asa.yaml')
-rw-r--r--test/integration/group_vars/asa.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/group_vars/asa.yaml b/test/integration/group_vars/asa.yaml
new file mode 100644
index 0000000000..b6316e57ac
--- /dev/null
+++ b/test/integration/group_vars/asa.yaml
@@ -0,0 +1,8 @@
+---
+cli:
+ host: "{{ inventory_hostname }}"
+ username: "{{ asa_cli_user | default('cisco') }}"
+ password: "{{ asa_cli_pass | default('cisco') }}"
+ transport: cli
+ authorize: yes
+ auth_pass: "{{ asa_auth_pass | default('cisco') }}"