diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/man1/ansible-playbook.1 | 4 | ||||
-rw-r--r-- | docs/man/man1/ansible-pull.1 | 19 | ||||
-rw-r--r-- | docs/man/man1/ansible.1 | 4 |
3 files changed, 9 insertions, 18 deletions
diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1 index 2f433e0273..8dcd4174d4 100644 --- a/docs/man/man1/ansible-playbook.1 +++ b/docs/man/man1/ansible-playbook.1 @@ -4,10 +4,10 @@ .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> .\" Date: 09/06/2012 .\" Manual: System administration commands -.\" Source: Ansible 0.7 +.\" Source: Ansible 0.8 .\" Language: English .\" -.TH "ANSIBLE\-PLAYBOOK" "1" "09/06/2012" "Ansible 0\&.7" "System administration commands" +.TH "ANSIBLE\-PLAYBOOK" "1" "09/06/2012" "Ansible 0\&.8" "System administration commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/docs/man/man1/ansible-pull.1 b/docs/man/man1/ansible-pull.1 index 5eea65bede..233aee72c9 100644 --- a/docs/man/man1/ansible-pull.1 +++ b/docs/man/man1/ansible-pull.1 @@ -1,22 +1,13 @@ '\" t .\" Title: ansible .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> -.\" Date: 08/14/2012 +.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> +.\" Date: 09/06/2012 .\" Manual: System administration commands -.\" Source: Ansible 0.7 +.\" Source: Ansible 0.8 .\" Language: English .\" -.TH "ANSIBLE" "1" "08/14/2012" "Ansible 0\&.7" "System administration commands" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' +.TH "ANSIBLE" "1" "09/06/2012" "Ansible 0\&.8" "System administration commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -34,7 +25,7 @@ ansible-pull \- set up a remote copy of ansible on each managed node ansible \-d DEST \-U URL [ \-C CHECKOUT ] .SH "DESCRIPTION" .sp -\fBAnsible\fR is an extra\-simple tool/framework/API for doing \*(Aqremote things\*(Aq over SSH\&. +\fBAnsible\fR is an extra\-simple tool/framework/API for doing \'remote things\' over SSH\&. .sp 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 git\&. This inverts the default \fBpush\fR architecture of ansible into a \fBpull\fR architecture, which has near\-limitless scaling potential\&. .sp diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1 index 7717296c0e..7dfb951913 100644 --- a/docs/man/man1/ansible.1 +++ b/docs/man/man1/ansible.1 @@ -4,10 +4,10 @@ .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> .\" Date: 09/06/2012 .\" Manual: System administration commands -.\" Source: Ansible 0.7 +.\" Source: Ansible 0.8 .\" Language: English .\" -.TH "ANSIBLE" "1" "09/06/2012" "Ansible 0\&.7" "System administration commands" +.TH "ANSIBLE" "1" "09/06/2012" "Ansible 0\&.8" "System administration commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- |