Add group_vars/ops.yaml (#19288)

Authentication details for ops modules. Was missed during porting
pull/19293/head
John R Barker 9 years ago committed by GitHub
parent a28d898c29
commit bdc4fa6b99

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