diff --git a/test/integration/group_vars/ops.yaml b/test/integration/group_vars/ops.yaml new file mode 100644 index 0000000000..d9580e8197 --- /dev/null +++ b/test/integration/group_vars/ops.yaml @@ -0,0 +1,6 @@ +--- +cli: + host: "{{ inventory_hostname }}" + username: "{{ ops_cli_user | default('netop') }}" + password: "{{ ops_cli_pass | default('netop') }}" + transport: cli