Update Config-not-required.mdx
This commit is contained in:
parent
20472bc12f
commit
33f391ae37
|
@ -46,6 +46,8 @@
|
||||||
"ansible_env_vars": [ "WINRM_PASSWORD={{.WinRMPassword}}" ],
|
"ansible_env_vars": [ "WINRM_PASSWORD={{.WinRMPassword}}" ],
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- `ansible_ssh_extra_args` ([]string) - Specifies --ssh-extra-args on command line defaults to -o IdentitiesOnly=yes
|
||||||
|
|
||||||
- `groups` ([]string) - The groups into which the Ansible host should
|
- `groups` ([]string) - The groups into which the Ansible host should
|
||||||
be placed. When unspecified, the host is not associated with any groups.
|
be placed. When unspecified, the host is not associated with any groups.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue