Skip to content

Commit 3a0c6a3

Browse files
authored
Merge pull request #3 from amybuck/patch-1
Update README.md
2 parents 33e0eb5 + e118f59 commit 3a0c6a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Ansible Dell EMC Networking roles require connection information to establish co
6363
| ``ansible_host`` | yes | | Specifies the hostname or address for connecting to the remote device over the specified transport |
6464
| ``ansible_port`` | no | | Specifies the port used to build the connection to the remote device; if value is unspecified, the ANSIBLE_REMOTE_PORT option is used; it defaults to 22 |
6565
| ``ansible_ssh_user`` | no | | Specifies the username that authenticates the CLI login for the connection to the remote device; if value is unspecified, the ANSIBLE_REMOTE_USER environment variable value is used |
66-
| ``ansible_ssh_pass`` | no | | Specifies the password that authenticates the connection to the remote device. |
66+
| ``ansible_ssh_pass`` | no | | Specifies the password that authenticates the connection to the remote device |
6767
| ``ansible_become`` | no | yes, no\* | Instructs the module to enter privileged mode on the remote device before sending any commands; if value is unspecified, the ANSIBLE_BECOME environment variable value is used, and the device attempts to execute all commands in non-privileged mode |
68-
| ``ansible_become_method`` | no | enable, sudo\* | Instructs the module to allow the become method to be specified for handling privilege escalation; if value is unspecified, the ANSIBLE_BECOME_METHOD environment variable value is used. |
69-
| ``ansible_become_pass`` | no | | Specifies the password to use if required to enter privileged mode on the remote device; if ``ansible_become`` is set to no this key is not applicable. |
70-
| ``ansible_network_os`` | yes | dellos6/dellos9/dellos10, null\* | This value is used to load the correct terminal and cliconf plugins to communicate with the remote device. |
68+
| ``ansible_become_method`` | no | enable, sudo\* | Instructs the module to allow the become method to be specified for handling privilege escalation; if value is unspecified, the ANSIBLE_BECOME_METHOD environment variable value is used |
69+
| ``ansible_become_pass`` | no | | Specifies the password to use if required to enter privileged mode on the remote device; if ``ansible_become`` is set to no this key is not applicable |
70+
| ``ansible_network_os`` | yes | dellos6/dellos9/dellos10, null\* | Loads the correct terminal and cliconf plugins to communicate with the remote device |
7171

7272
> **NOTE**: Asterisk (\*) denotes the default value if none is specified.
7373
@@ -155,4 +155,4 @@ When *dellos_cfg_generate* is set to true, the variable generates the configurat
155155

156156
ansible-playbook -i hosts leaf.yaml
157157

158-
(c) 2017 Dell EMC
158+
(c) 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

0 commit comments

Comments
 (0)