2012-08-14 16:46:16 +02:00
'\" t
. \" Title: ansible
2014-01-02 23:36:52 +01:00
. \" Author: :doctype:manpage
. \" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
. \" Date: 01/02/2014
2012-08-14 16:46:16 +02:00
. \" Manual: System administration commands
2014-01-02 23:36:52 +01:00
. \" Source: Ansible 1.5
2012-08-14 16:46:16 +02:00
. \" Language: English
. \"
2014-01-03 17:06:32 +01:00
.TH "ANSIBLE" "1" "01/03/2014" "Ansible 1\&.5" "System administration commands"
2012-08-14 16:46:16 +02:00
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
ansible-pull \- set up a remote copy of ansible on each managed node
.SH "SYNOPSIS"
.sp
2013-09-14 00:39:14 +02:00
ansible \- d DEST \- U URL [options] [ <filename\& .yml> ]
2012-08-14 16:46:16 +02:00
.SH "DESCRIPTION"
.sp
2014-01-02 23:36:52 +01:00
\fB Ansible\fR is an extra\- simple tool/framework/API for doing \* (Aqremote things\* (Aq over SSH\& .
2012-08-14 16:46:16 +02:00
.sp
2013-09-14 00:39:14 +02:00
Use ansible\- pull to set up a remote copy of ansible on each managed node, each set to run via cron and update playbook source via a source repository\& . This inverts the default \fB push\fR architecture of ansible into a \fB pull\fR architecture, which has near\- limitless scaling potential\& .
2012-08-14 16:46:16 +02:00
.sp
The setup playbook can be tuned to change the cron frequency, logging locations, and parameters to ansible\- pull\& .
.sp
This is useful both for extreme scale\- out as well as periodic remediation\& . Usage of the \fI fetch\fR module to retrieve logs from ansible\- pull runs would be an excellent way to gather and analyze remote logs from ansible\- pull\& .
2013-09-14 00:39:14 +02:00
.SH "OPTIONAL ARGUMENT"
.PP
\fB filename\& .yml\fR
.RS 4
2013-11-19 00:55:49 +01:00
The name of one the YAML format files to run as an ansible playbook\& . This can be a relative path within the checkout\& . If not provided, ansible\- pull will look for a playbook based on the host\(cq s fully\- qualified domain name, on the host hostname and finally a playbook named
2013-09-14 00:39:14 +02:00
\fB local\& .yml\fR \& .
.RE
2012-08-14 16:46:16 +02:00
.SH "OPTIONS"
.PP
\fB \- d\fR \fI DEST\fR , \fB \- \- directory=\fR \fI DEST\fR
.RS 4
2013-11-19 00:55:49 +01:00
Directory to checkout repository into\& . If not provided, a subdirectory of ~/\& .ansible/pull/ will be used\& .
2012-08-14 16:46:16 +02:00
.RE
.PP
\fB \- U\fR \fI URL\fR , \fB \- \- url=\fR \fI URL\fR
.RS 4
2013-09-14 00:39:14 +02:00
URL of the playbook repository to checkout\& .
2012-08-14 16:46:16 +02:00
.RE
.PP
\fB \- C\fR \fI CHECKOUT\fR , \fB \- \- checkout=\fR \fI CHECKOUT\fR
.RS 4
2013-09-14 00:39:14 +02:00
Branch/Tag/Commit to checkout\& . If not provided, uses default behavior of module used to check out playbook repository\& .
.RE
.PP
2013-11-19 00:55:49 +01:00
\fB \- f\fR , \fB \- \- force\fR
.RS 4
Force running of playbook even if unable to update playbook repository\& . This can be useful, for example, to enforce run\- time state when a network connection may not always be up or possible\& .
.RE
.PP
2013-09-14 00:39:14 +02:00
\fB \- i\fR \fI PATH\fR , \fB \- \- inventory=\fR \fI PATH\fR
.RS 4
The
\fI PATH\fR
to the inventory hosts file\& . This can be a relative path within the checkout\& .
.RE
.PP
\fB \- \- purge\fR
.RS 4
Purge the checkout after the playbook is run\& .
.RE
.PP
\fB \- m\fR \fI NAME\fR , \fB \- \- module\- name=\fR \fI NAME\fR
.RS 4
Module used to checkout playbook repository\& . Defaults to git\& .
2012-08-14 16:46:16 +02:00
.RE
2014-01-02 23:36:52 +01:00
.PP
\fB \- o\fR , \fB \- \- only\- if\- changed\fR
.RS 4
Run the playbook only if the repository has changed
.RE
2012-08-14 16:46:16 +02:00
.SH "AUTHOR"
.sp
Ansible was originally written by Michael DeHaan\& . See the AUTHORS file for a complete list of contributors\& .
.SH "COPYRIGHT"
.sp
Copyright \(co 2012, Michael DeHaan
.sp
Ansible is released under the terms of the GPLv3 License\& .
.SH "SEE ALSO"
.sp
2013-04-03 02:47:57 +02:00
\fB ansible\fR (1), \fB ansible\- playbook\fR (1), \fB ansible\- doc\fR (1)
2012-08-14 16:46:16 +02:00
.sp
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\& .github\& .com/
2014-01-02 23:36:52 +01:00
.SH "AUTHOR"
.PP
\fB :doctype:manpage\fR
.RS 4
Author.
.RE