1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
parent a28d898c29
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