14 lines
181 B
YAML
14 lines
181 B
YAML
|
---
|
||
|
cli:
|
||
|
host: "{{ inventory_hostname }}"
|
||
|
port: 22
|
||
|
username: admin
|
||
|
password: admin
|
||
|
# transport: cli
|
||
|
timeout: 30
|
||
|
authorize: True
|
||
|
auth_pass:
|
||
|
|
||
|
enos_command_data:
|
||
|
- {}
|