mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
de2096e3d0
* Add EOS provider options as subspec * Add IOS provider options as subspec * Add IOS XR provider options as subspec * Add Junos provider options as subspec * Add NX-OS provider options as subspec * Add Vyos provider options as subspec * Remove password checks from check_args * Do the same to aireos, aruba, ce, dellos*, & sros, as they work the same way * VyOS does not support `transport`
5 lines
160 B
YAML
5 lines
160 B
YAML
---
|
|
cli:
|
|
host: "{{ ansible_ssh_host }}"
|
|
# username: "{{ vyos_cli_user | default('ansible-admin') }}"
|
|
# password: "{{ vyos_cli_pass | default('adminpw') }}"
|