|
|
@ -2,12 +2,12 @@
|
|
|
|
.\" Title: ansible-playbook
|
|
|
|
.\" Title: ansible-playbook
|
|
|
|
.\" Author: [see the "AUTHOR" section]
|
|
|
|
.\" Author: [see the "AUTHOR" section]
|
|
|
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|
|
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|
|
|
.\" Date: 04/26/2012
|
|
|
|
.\" Date: 05/25/2012
|
|
|
|
.\" Manual: System administration commands
|
|
|
|
.\" Manual: System administration commands
|
|
|
|
.\" Source: Ansible 0.4
|
|
|
|
.\" Source: Ansible 0.5
|
|
|
|
.\" Language: English
|
|
|
|
.\" Language: English
|
|
|
|
.\"
|
|
|
|
.\"
|
|
|
|
.TH "ANSIBLE\-PLAYBOOK" "1" "04/26/2012" "Ansible 0\&.4" "System administration commands"
|
|
|
|
.TH "ANSIBLE\-PLAYBOOK" "1" "05/25/2012" "Ansible 0\&.5" "System administration commands"
|
|
|
|
.\" -----------------------------------------------------------------
|
|
|
|
.\" -----------------------------------------------------------------
|
|
|
|
.\" * set default formatting
|
|
|
|
.\" * set default formatting
|
|
|
|
.\" -----------------------------------------------------------------
|
|
|
|
.\" -----------------------------------------------------------------
|
|
|
@ -36,7 +36,7 @@ The names of one or more YAML format files to run as ansible playbooks\&.
|
|
|
|
.sp
|
|
|
|
.sp
|
|
|
|
\fB\-D\fR, \fB\-\-debug\fR
|
|
|
|
\fB\-D\fR, \fB\-\-debug\fR
|
|
|
|
.sp
|
|
|
|
.sp
|
|
|
|
Print any messages the remote module sends to standard error to the console
|
|
|
|
Debug mode
|
|
|
|
.PP
|
|
|
|
.PP
|
|
|
|
\fB\-i\fR \fIPATH\fR, \fB\-\-inventory=\fR\fIPATH\fR
|
|
|
|
\fB\-i\fR \fIPATH\fR, \fB\-\-inventory=\fR\fIPATH\fR
|
|
|
|
.RS 4
|
|
|
|
.RS 4
|
|
|
@ -82,13 +82,6 @@ Connection timeout to use when trying to talk to hosts, in
|
|
|
|
\fISECONDS\fR\&.
|
|
|
|
\fISECONDS\fR\&.
|
|
|
|
.RE
|
|
|
|
.RE
|
|
|
|
.PP
|
|
|
|
.PP
|
|
|
|
\fB\-O\fR \fIOVERRIDE_HOSTS\fR, \fB\-\-override\-hosts=\fR\fIOVERRIDE_HOSTS\fR
|
|
|
|
|
|
|
|
.RS 4
|
|
|
|
|
|
|
|
Ignore the inventory file and run the playbook against only these hosts\&. "hosts:" line in playbook should be set to
|
|
|
|
|
|
|
|
\fIall\fR
|
|
|
|
|
|
|
|
when using this option\&.
|
|
|
|
|
|
|
|
.RE
|
|
|
|
|
|
|
|
.PP
|
|
|
|
|
|
|
|
\fB\-s\fR, \fB\-\-sudo\fR
|
|
|
|
\fB\-s\fR, \fB\-\-sudo\fR
|
|
|
|
.RS 4
|
|
|
|
.RS 4
|
|
|
|
Force all plays to use sudo, even if not marked as such\&.
|
|
|
|
Force all plays to use sudo, even if not marked as such\&.
|
|
|
|