mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Remove references to provider in documentation, update license (#32242)
This commit is contained in:
committed by
Ganesh Nalawade
parent
6bc85744ef
commit
7f92741c3d
@@ -71,29 +71,14 @@ options:
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
# Note: examples below use the following provider dict to handle
|
||||
# transport and authentication to the node.
|
||||
---
|
||||
vars:
|
||||
cli:
|
||||
host: "{{ inventory_hostname }}"
|
||||
username: username
|
||||
password: secret
|
||||
authorize: yes
|
||||
auth_pass: supersecret
|
||||
transport: cli
|
||||
|
||||
---
|
||||
- ironware_command:
|
||||
commands:
|
||||
- show version
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- ironware_command:
|
||||
commands:
|
||||
- show interfaces brief wide
|
||||
- show mpls vll
|
||||
provider: "{{ cli }}"
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
||||
Reference in New Issue
Block a user