Remove references to provider in documentation, update license (#32242)

This commit is contained in:
paulquack 2017-10-30 18:04:29 +11:00 committed by Ganesh Nalawade
parent 6bc85744ef
commit 7f92741c3d
2 changed files with 13 additions and 37 deletions

View file

@ -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 = """