From bdc4fa6b99bde21f25611cec65f804f268c4e581 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 13 Dec 2016 11:54:51 +0000 Subject: [PATCH] Add group_vars/ops.yaml (#19288) Authentication details for ops modules. Was missed during porting --- test/integration/group_vars/ops.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/integration/group_vars/ops.yaml 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