mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-13 19:59:10 -07:00
Remove references to provider in documentation, update license (#32242)
This commit is contained in:
parent
6bc85744ef
commit
7f92741c3d
2 changed files with 13 additions and 37 deletions
|
@ -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 = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue