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:
parent
a28d898c29
commit
bdc4fa6b99
1 changed files with 6 additions and 0 deletions
6
test/integration/group_vars/ops.yaml
Normal file
6
test/integration/group_vars/ops.yaml
Normal file
|
@ -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 a new issue