summaryrefslogtreecommitdiff
path: root/test/integration/group_vars/junos.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/group_vars/junos.yaml')
-rw-r--r--test/integration/group_vars/junos.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/integration/group_vars/junos.yaml b/test/integration/group_vars/junos.yaml
new file mode 100644
index 0000000000..1216ba9a61
--- /dev/null
+++ b/test/integration/group_vars/junos.yaml
@@ -0,0 +1,12 @@
+---
+netconf:
+ host: "{{ ansible_ssh_host }}"
+ username: "{{ junos_cli_user | default('ansible') }}"
+ password: "{{ junos_cli_pass | default('Ansible') }}"
+ transport: netconf
+
+cli:
+ host: "{{ ansible_ssh_host }}"
+ username: "{{ junos_cli_user | default('ansible') }}"
+ password: "{{ junos_cli_pass | default('Ansible') }}"
+ transport: cli