Skip to content

Commit

Permalink
Merge pull request #1 from abirami-n/Docs_correction
Browse files Browse the repository at this point in the history
Docs_changes
  • Loading branch information
skg-net authored Apr 27, 2018
2 parents ec5809b + a277b4d commit 0e06153
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Ansible Dell EMC Networking roles require connection information to establish co
| ``port`` | no | | Specifies the port used to build the connection to the remote device; if unspecified, the value defaults to 22 |
| ``username`` | no | | Specifies the username that authenticates the CLI login for the connection to the remote device; if value is unspecified, the ANSIBLE_NET_USERNAME environment variable value is used |
| ``password`` | no | | Specifies the password that authenticates the connection to the remote device; if value is unspecified, the ANSIBLE_NET_PASSWORD environment variable value is used |
| ``authorize`` | no | yes, no\* | Instructs the module to enter privileged mode on the remote device before sending any commands; if value is unspecified, the ANSIBLE_NET_AUTHORIZE environment variable value is used, and the device attempts to execute all commands in non-privileged mode |
| ``auth_pass`` | no | | Specifies the password to use if required to enter privileged mode on the remote device; if *authorize* is set to no, this key is not applicable; if value is unspecified, the ANSIBLE_NET_AUTH_PASS environment variable value is used |
| ``authorize`` | no | yes, no\* | Instructs the module to enter privileged mode on the remote device before sending any commands; if value is unspecified, the ANSIBLE_NET_AUTHORIZE environment variable value is used, and the device attempts to execute all commands in non-privileged mode .This key is supported only in dellos9 and dellos6.|
| ``auth_pass`` | no | | Specifies the password to use if required to enter privileged mode on the remote device; if *authorize* is set to no, this key is not applicable; if value is unspecified, the ANSIBLE_NET_AUTH_PASS environment variable value is used .This key is supported only in dellos9 and dellos6.|
| ``provider`` | no | | Passes all connection arguments as a dictonary object; all constraints (such as required or choices) must be met either by individual arguments or values in this dictionary |

> **NOTE**: Asterisk (\*) denotes the default value if none is specified.
Expand Down Expand Up @@ -113,8 +113,6 @@ It writes a simple playbook that only references the *dellos-route-map* role. By
host: "{{ hostname }}"
username: xxxxx
password: xxxxx
authorize: yes
auth_pass: xxxxx
build_dir: ../temp/dellos10
dellos_route_map:
Expand Down

0 comments on commit 0e06153

Please sign in to comment.