Documentation

csh - C shell (/bin/csh)

Synopsis

  • When you have no other option than to use csh

Parameters

Parameter
Choices/Defaults
Configuration
Comments
admin_users
Default:
['root', 'toor', 'admin']
ini entries:

[defaults ]
admin_users = ['root', 'toor', 'admin']

env:ANSIBLE_ADMIN_USERS
var: ansible_admin_users
list of users to be expected to have admin privileges, for BSD you might want to add 'toor' for windows 'Administrator'.
async_dir
Default:
~/.ansible_async
ini entries:

[defaults ]
async_dir = ~/.ansible_async

env:ANSIBLE_ASYNC_DIR
var: ansible_async_dir
Directory in which ansible will keep async job inforamtion
environment
Default:
{}
dictionary of environment variables and their values to use when executing commands.
remote_tmp
Default:
~/.ansible/tmp
ini entries:

[defaults ]
remote_tmp = ~/.ansible/tmp

env:ANSIBLE_REMOTE_TEMP
env:ANSIBLE_REMOTE_TMP
var: ansible_remote_tmp
Temporary directory to use on targets when executing tasks.
system_tmpdirs
Default:
['/var/tmp', '/tmp']
ini entries:

[defaults ]
system_tmpdirs = ['/var/tmp', '/tmp']

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.

Status

Author

  • UNKNOWN

Hint

If you notice any issues in this documentation you can edit this document <https://github.com/ansible/ansible/edit/devel/lib/ansible/plugins/shell/csh.py_ to improve it.