mirror of https://github.com/ansible/ansible.git
Add group_vars/ops.yaml (#19288)
Authentication details for ops modules. Was missed during portingpull/19293/head
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…
Reference in New Issue