ansible.builtin.cmd shell – Windows Command Prompt
Note
This shell plugin is part of ansible-core
and included in all Ansible installations. In most cases, you can use the short plugin name cmd
. However, we recommend you use the Fully Qualified Collection Name (FQCN) ansible.builtin.cmd
for easy linking to the plugin documentation and to avoid conflicting with other collections that may have the same shell plugin name.
New in Ansible 2.8
Synopsis
- Used with the ‘ssh’ connection plugin and no
DefaultShell
has been set on the Windows host.
Parameters
Parameter | Comments |
---|---|
async_dir string added in Ansible 2.8 | Directory in which ansible will keep async job information. Before Ansible 2.8, this was set to Default: Configuration:
|
environment list / elements=dictionary | List of dictionaries of environment variables and their values to use when executing commands. Default: |
remote_tmp string | Temporary directory to use on targets when copying files to the host. Default: Configuration:
|
set_module_language boolean | Controls if we set the locale for modules when executing on the target. Windows only supports Choices:
|
Hint
Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.
Collection links
© 2012–2018 Michael DeHaan
© 2018–2024 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/cmd_shell.html