Skip to content

Commit

Permalink
Docs_changes (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
abirami-n authored and skg-net committed Apr 16, 2018
1 parent 9521a84 commit cc3769b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,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 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 dictionary 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

0 comments on commit cc3769b

Please sign in to comment.