@ -78,50 +78,73 @@ The
\fI ARGUMENTS\fR
to pass to the module\& .
.RE
.sp
.PP
\fB \- D\fR , \fB \- \- debug\fR
.sp
.RS 4
Print any messages the remote module sends to standard error to the console
.sp
.RE
.PP
\fB \- k\fR , \fB \- \- ask\- pass\fR
.sp
.RS 4
Prompt for the SSH password instead of assuming key\- based authentication with ssh\- agent\& .
.sp
.RE
.PP
\fB \- K\fR , \fB \- \- ask\- sudo\- pass\fR
.sp
.RS 4
Prompt for the password to use with \- \- sudo, if any
.sp
.RE
.PP
\fB \- o\fR , \fB \- \- one\- line\fR
.sp
.RS 4
Try to output everything on one line\& .
.sp
.RE
.PP
\fB \- s\fR , \fB \- \- sudo\fR
.sp
.RS 4
Run the command as the user given by \- u and sudo to root\& .
.sp
.RE
.PP
\fB \- t\fR \fI DIRECTORY\fR , \fB \- \- tree=\fR \fI DIRECTORY\fR
.sp
Save contents in this output \fI DIRECTORY\fR , with the results saved in a file named after each host\& .
.sp
.RS 4
Save contents in this output
\fI DIRECTORY\fR , with the results saved in a file named after each host\& .
.RE
.PP
\fB \- T\fR \fI SECONDS\fR , \fB \- \- timeout=\fR \fI SECONDS\fR
.sp
Connection timeout to use when trying to talk to hosts, in \fI SECONDS\fR \& .
.sp
.RS 4
Connection timeout to use when trying to talk to hosts, in
\fI SECONDS\fR \& .
.RE
.PP
\fB \- B\fR \fI NUM\fR , \fB \- \- background=\fR \fI NUM\fR
.sp
Run commands in the background, killing the task after \fI NUM\fR seconds\& .
.sp
.RS 4
Run commands in the background, killing the task after
\fI NUM\fR
seconds\& .
.RE
.PP
\fB \- P\fR \fI NUM\fR , \fB \- \- poll=\fR \fI NUM\fR
.sp
Poll a background job every \fI NUM\fR seconds\& . Requires \fB \- B\fR \& .
.sp
.RS 4
Poll a background job every
\fI NUM\fR
seconds\& . Requires
\fB \- B\fR \& .
.RE
.PP
\fB \- u\fR \fI USERNAME\fR , \fB \- \- remote\- user=\fR \fI USERNAME\fR
.sp
Use this remote \fI USERNAME\fR instead of root\& .
.sp
.RS 4
Use this remote
\fI USERNAME\fR
instead of root\& .
.RE
.PP
\fB \- c\fR \fI CONNECTION\fR , \fB \- \- connection=\fR \fI CONNECTION\fR
.sp
Connection type to use\& . Possible options are \fI paramiko\fR (SSH) and \fI local\fR \& . Local is mostly useful for crontab or kickstarts\& .
.RS 4
Connection type to use\& . Possible options are
\fI paramiko\fR
(SSH) and
\fI local\fR \& . Local is mostly useful for crontab or kickstarts\& .
.RE
.SH "INVENTORY"
.sp
Ansible stores the hosts it can potentially operate on in an inventory file\& . The syntax is one host per line\& . Groups headers are allowed and are included on their own line, enclosed in square brackets\& .