summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-02-26 22:51:35 -0500
committerBrian Coca <bcoca@ansible.com>2015-02-26 22:51:35 -0500
commitf734306c13fc4a9a80fb5ddff6e2345a007d57a7 (patch)
tree74b7f1493da4227602b9f13886e99ddce0acc6b9 /docs/man
parent942ff8d0b9074c54321b451c798a8a09621300c2 (diff)
parentd052bf8276539e19a08bf6c8300c509350d44a46 (diff)
downloadansible-f734306c13fc4a9a80fb5ddff6e2345a007d57a7.tar.gz
Merge pull request #9859 from autotune/devel
Added description for -S flag and --ask-su-pass #9846
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/man1/ansible.116
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1
index b6fe5be756..facc5e75cc 100644
--- a/docs/man/man1/ansible.1
+++ b/docs/man/man1/ansible.1
@@ -89,14 +89,19 @@ The
to pass to the module\&.
.RE
.PP
-\fB\-k\fR, \fB\-\-ask\-pass\fR
+\fB\-k\fR, \fB\-\-ask\-pass\fR
.RS 4
Prompt for the SSH password instead of assuming key\-based authentication with ssh\-agent\&.
.RE
.PP
+\fB--ask-su-pass\fR
+.RS 4
+Prompt for the su password instead of assuming key\-based authentication with ssh\-agent\&.
+.RE
+.PP
\fB\-K\fR, \fB\-\-ask\-sudo\-pass\fR
.RS 4
-Prompt for the password to use with \-\-sudo, if any
+Prompt for the password to use with \-\-sudo, if any\&.
.RE
.PP
\fB\-o\fR, \fB\-\-one\-line\fR
@@ -106,7 +111,12 @@ Try to output everything on one line\&.
.PP
\fB\-s\fR, \fB\-\-sudo\fR
.RS 4
-Run the command as the user given by \-u and sudo to root\&.
+Run the command as the user given by \-u and sudo to root.
+.RE
+.PP
+\fB\-S\fR, \fB\-\-su\fR
+.RS 4
+Run operations with su\&.
.RE
.PP
\fB\-t\fR \fIDIRECTORY\fR, \fB\-\-tree=\fR\fIDIRECTORY\fR