--ask-vault-pass | Ask for vault password |
--flush-cache | Clears the fact cache for every host in inventory |
--force-handlers | Run handlers even if a task fails |
--list-hosts | Outputs a list of matching hosts; does not execute |
--list-tags | List all available tags |
--list-tasks | List all tasks that would be executed |
--skip-tags <tags> | Only run plays and tasks whose tags do not match these values |
--start-at-task <task name> | Start the playbook at the task matching this name one-step-at-a-time |
--step | Execute one-step-at-a-time |
--syntax-check | Perform a syntax check on the playbook, but do not execute it |
--vault-id <vault ID> | Specify the vault identity to use |
--vault-password-file <vault password file> | Specify a vault password file |
--version | Show program's version number, config file location, configured module search path, module location and executable location |
--check, -C | Don't make any changes; instead, try to predict some of the changes that may occur |
--diff, -D | When changing (small) files and templates, show the differences in those files |
--module-path, -M <module path> | Prepend colon-separated path(s) to module library |
--extra-vars, -e <extra vars> | Set additional variables as key=value or YAML/JSON, if filename prepend with @ |
--forks, -f <forks> | Specify number of parallel processes to use |
--help, -h | Show help for ansible |
--inventory, -i <inventory> | Specify inventory host path or comma separated host list |
--limit, -l <subset> | Limit selected hosts to an additional pattern |
--tags, -t <tags> | Only run plays and tasks tagged with these values |
--verbose, -v | Enable verbose mode |
-vvv | Enable very verbose mode |
-vvvv | Enable connection debug mode |
--become-method <become method> | Privilege escalation method to use |
--become-user <become user> | Privilege escalation user to use |
--ask-become-pass, -K | Prompt for privilege escalation password |
--become, -b | Run operations with become |
--private-key, --key-file <private key> | Use this fole to authenticate the connection |
--scp-extra-args <SCP extra args> | Extra arguments to pass to (only) scp |
--sftp-extra-args <SFTP extra args> | Extra arguments to pass to (only) sftp |
-ssh-extra-args <SSH extra args> | Extra arguments to pass to (only) ssh |
--ssh-common-args <SSH common args> | Extra arguments to pass to sftp/scp/ssh |
--timeout, -T <timeout> | Override the connection timeout in seconds |
--connection, -c <connection type> | Connection type to use |
--ask-pass, -k | Ask for connection password |
--user, -u <user> | Connect as this user |