Add group_vars/ops.yaml (#19288)

Authentication details for ops modules. Was missed during porting
This commit is contained in:
John R Barker 2016-12-13 11:54:51 +00:00 committed by GitHub
commit bdc4fa6b99

View file

@ -0,0 +1,6 @@
---
cli:
host: "{{ inventory_hostname }}"
username: "{{ ops_cli_user | default('netop') }}"
password: "{{ ops_cli_pass | default('netop') }}"
transport: cli