You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,11 @@ Ansible Dell EMC Networking roles require connection information to establish co
63
63
|``ansible_host``| yes || Specifies the hostname or address for connecting to the remote device over the specified transport |
64
64
|``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 |
65
65
|``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 |
67
67
|``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 |
71
71
72
72
> **NOTE**: Asterisk (\*) denotes the default value if none is specified.
73
73
@@ -155,4 +155,4 @@ When *dellos_cfg_generate* is set to true, the variable generates the configurat
155
155
156
156
ansible-playbook -i hosts leaf.yaml
157
157
158
-
(c) 2017 Dell EMC
158
+
(c) 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
0 commit comments