summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Tanner <tanner.jc@gmail.com>2014-03-31 16:49:03 -0400
committerJames Tanner <tanner.jc@gmail.com>2014-03-31 16:49:09 -0400
commit33eec0dc55760e82f2fb884bf5517146869ccc63 (patch)
tree751f918ae87a00ffac1248dbec3a80dd38ecdde1 /docs
parent612a1a64f07e8724c08f8b438d5297b58fd8821d (diff)
downloadansible-33eec0dc55760e82f2fb884bf5517146869ccc63.tar.gz
Fixes #6398 Add missing parameters to ansible-playbook manpage
Diffstat (limited to 'docs')
-rw-r--r--docs/man/man1/ansible-playbook.167
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1
index 2d221946a6..f435627f79 100644
--- a/docs/man/man1/ansible-playbook.1
+++ b/docs/man/man1/ansible-playbook.1
@@ -91,6 +91,66 @@ Prompt for the password to use for playbook plays that request sudo access, if a
Desired sudo user (default=root)\&.
.RE
.PP
+\fB\-S\fR, \fB\-\-su\fR
+.RS 4
+run operations with su\&.
+.RE
+.PP
+\fB\-\-ask\-su\-pass\fR
+.RS 4
+Prompt for the password to use for playbook plays that request su access, if any\&.
+.RE
+.PP
+\fB\-R\fR, \fISU_USER\fR, \fB\-\-sudo\-user=\fR\fISU_USER\fR
+.RS 4
+Desired su user (default=root)\&.
+.RE
+.PP
+\fB\-\-ask\-vault\-pass\fR
+.RS 4
+Ask for vault password\&.
+.RE
+.PP
+\fB\-\-vault\-password\-file=\fR\fIVAULT_PASSWORD_FILE\fR
+.RS 4
+Vault password file\&.
+.RE
+.PP
+\fB\-\-force\-handlers\fR
+.RS 4
+Run play handlers even if a task fails\&.
+.RE
+.PP
+\fB\-\-list\-hosts\fR
+.RS 4
+Outputs a list of matching hosts without executing anything else\&.
+.RE
+.PP
+\fB\-\-list\-tasks\fR
+.RS 4
+List all tasks that would be executed\&.
+.RE
+.PP
+\fB\-\-start\-at\-task=\fR\fISTART_AT\fR
+.RS 4
+Start the playbook at the task matching this name\&.
+.RE
+.PP
+\fB\-\-step\fR
+.RS 4
+one-step-at-a-time: confirm each task before running\&.
+.RE
+.PP
+\fB\-\-syntax\-check\fR
+.RS 4
+Perform a syntax check on the playbook, but do not execute it\&.
+.RE
+.PP
+\fB\-\-private\-key\fR
+.RS 4
+Use this file to authenticate the connection\&.
+.RE
+.PP
\fB\-t\fR, \fITAGS\fR, \fB\fI\-\-tags=\fR\fR\fB\*(AqTAGS\fR
.RS 4
Only run plays and tasks tagged with these values\&.
@@ -147,6 +207,13 @@ is mostly useful for crontab or kickstarts\&.
.RS 4
Further limits the selected host/group patterns\&.
.RE
+
+.PP
+\fB\-\-version\fR
+.RS 4
+Show program's version number and exit\&.
+.RE
+
.SH "ENVIRONMENT"
.sp
The following environment variables may be specified\&.