ansible.posix.csh – C shell (/bin/csh)
Note
This plugin is part of the ansible.posix collection (version 1.1.1).
To install it use: ansible-galaxy collection install ansible.posix.
To use it in a playbook, specify: ansible.posix.csh.
Synopsis
- When you have no other option than to use csh
 
Parameters
| Parameter | Choices/Defaults | Configuration | Comments | 
|---|---|---|---|
|   admin_users    list / elements=string    |   Default: ["root", "toor"]   |     ini entries:    [defaults]  env:ANSIBLE_ADMIN_USERS    var: ansible_admin_users    |    list of users to be expected to have admin privileges. This is used by the controller to determine how to share temporary files between the remote user and the become user.   |  
|   async_dir    string    |   Default: "~/.ansible_async"   |     ini entries:    [defaults]  env:ANSIBLE_ASYNC_DIR    var: ansible_async_dir    |    Directory in which ansible will keep async job information   |  
|   environment    dictionary    |   Default: {}   |    dictionary of environment variables and their values to use when executing commands.   |  |
|   remote_tmp    string    |   Default: "~/.ansible/tmp"   |     ini entries:    [defaults]  env:ANSIBLE_REMOTE_TEMP    env:ANSIBLE_REMOTE_TMP    var: ansible_remote_tmp    |    Temporary directory to use on targets when executing tasks.   |  
|   system_tmpdirs    list / elements=string    |   Default: ["/var/tmp", "/tmp"]   |     ini entries:    [defaults]  env:ANSIBLE_SYSTEM_TMPDIRS    var: ansible_system_tmpdirs    |    List of valid system temporary directories for Ansible to choose when it cannot use ``remote_tmp``, normally due to permission issues. These must be world readable, writable, and executable.   |  
|   world_readable_temp    boolean    added in 2.10 of ansible.builtin    |   
  |     ini entries:    [defaults]  env:ANSIBLE_SHELL_ALLOW_WORLD_READABLE_TEMP    var: ansible_shell_allow_world_readable_temp    |    This makes the temporary files created on the machine world-readable and will issue a warning instead of failing the task.  It is useful when becoming an unprivileged user.   |  
    © 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
    https://docs.ansible.com/ansible/2.10/collections/ansible/posix/csh_shell.html