mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Add group_vars/ops.yaml (#19288)
Authentication details for ops modules. Was missed during porting
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user