variables and named crontab entries, update, or delete them. When crontab jobs are managed: the module includes one line with the description of the crontab entry `"#Ansible: <name>"' corresponding to the "name" passed to the module, which is used by future ansible/module calls to find/...
removes:# A filename or (since 2.0) glob pattern. If it already exists, this step *will* be run. stdin:# Set the stdin of the command directly to the specified value. stdin_add_newline:# If set to `yes', append a newline to stdin data. strip_empty_ends:# Strip empty lines fro...
[root@ansible ansible]# ansible-doc -s cron - name: Manage cron.d and crontab entries cron: backup: # If set, create a backup of the crontab before it is modified. The location of the backup is returned in the `backup_file' variable by this module. cron_file: # If specified, uses...
setype # type part of SELinux file context, `_default' feature works as for `seuser'. seuser # user part of SELinux file context. Will default to system policy, if applicable. If set to src # Local path to a file to copy to the remote server; can be absolute or relative. If p...
Toggle to control displaying skipped task/host entries in a task in the default callback. Type: boolean Default: True Ini: Section: [defaults] Key: display_skipped_hosts Environment: Variable: ANSIBLE_DISPLAY_SKIPPED_HOSTS DOC_FRAGMENT_PLUGIN_PATH Description: Colon-separated paths in ...
Private key file used by ssh. Useful if using multiple keys and you don't want to use SSH agent. ansible_shell_type The shell type of the target system. By default commands are formatted using 'sh'-style syntax by default. Setting this to 'csh' or 'fish' will cause commands executed...
You can easily create multiple variable names by adding strings. To set environment variables, you need to see the advanced playbooks section. Ipv4 address type is used for variable names. For remote environment variables, use {{ ansible_env.SOME_VARIABLE }}. 13. Where are tags used? A tag...
ANSIBLE_CONFIG(environment variable if set) ansible.cfg(in the current directory) ~/.ansible.cfg(in the home directory) /etc/ansible/ansible.cfg Environment variables have a higher precedence than entries inansible.cfg. If you have environment variables set on your control node, they override the...
git_config - allow multiple git configs for the same name with the new add_mode option (ansible-collections/community.general#7260). git_config - the after and before fields in the diff of the return value can be a list instead of a string in case more configs with the same key are ...
allow ansible-doc to handle 'keywords' configuration entries #40620 ec2_asg - wait for lifecycle hooks to complete (#37281) edgeos modules - add note and warning that the modules require network_cli connection (#39499) edgeos_config - check for a corresponding set command when issuing delet...