|
|
|
@ -1,22 +1,13 @@
|
|
|
|
'\" t
|
|
|
|
'\" t
|
|
|
|
.\" Title: ansible
|
|
|
|
.\" Title: ansible
|
|
|
|
.\" Author: [see the "AUTHOR" section]
|
|
|
|
.\" Author: [see the "AUTHOR" section]
|
|
|
|
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
|
|
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|
|
|
.\" Date: 02/26/2012
|
|
|
|
.\" Date: 02/28/2012
|
|
|
|
.\" Manual: System administration commands
|
|
|
|
.\" Manual: System administration commands
|
|
|
|
.\" Source: Ansible 0.0.1
|
|
|
|
.\" Source: Ansible 0.0.1
|
|
|
|
.\" Language: English
|
|
|
|
.\" Language: English
|
|
|
|
.\"
|
|
|
|
.\"
|
|
|
|
.TH "ANSIBLE" "1" "02/26/2012" "Ansible 0\&.0\&.1" "System administration commands"
|
|
|
|
.TH "ANSIBLE" "1" "02/28/2012" "Ansible 0\&.0\&.1" "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 '
|
|
|
|
|
|
|
|
.\" -----------------------------------------------------------------
|
|
|
|
.\" -----------------------------------------------------------------
|
|
|
|
.\" * set default formatting
|
|
|
|
.\" * set default formatting
|
|
|
|
.\" -----------------------------------------------------------------
|
|
|
|
.\" -----------------------------------------------------------------
|
|
|
|
@ -34,7 +25,7 @@ ansible \- run a command somewhere else
|
|
|
|
ansible [\-H hosts_path] [\-L library_path] [\-f forks] [\-n module_name] [\-a [args1 [args2 \&...]]] [\-p host_pattern] [\-u remote_user]
|
|
|
|
ansible [\-H hosts_path] [\-L library_path] [\-f forks] [\-n module_name] [\-a [args1 [args2 \&...]]] [\-p host_pattern] [\-u remote_user]
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.sp
|
|
|
|
.sp
|
|
|
|
\fBAnsible\fR is an extra\-simple Python API for doing \*(Aqremote things\*(Aq over SSH\&.
|
|
|
|
\fBAnsible\fR is an extra\-simple Python API for doing \'remote things\' over SSH\&.
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.PP
|
|
|
|
.PP
|
|
|
|
\fB\-P\fR, \fB\-\-askpass\fR
|
|
|
|
\fB\-P\fR, \fB\-\-askpass\fR
|
|
|
|
@ -102,7 +93,7 @@ Ansible was originally written by Michael DeHaan\&. See the AUTHORS file for a c
|
|
|
|
.sp
|
|
|
|
.sp
|
|
|
|
Copyright \(co 2012, Michael DeHaan
|
|
|
|
Copyright \(co 2012, Michael DeHaan
|
|
|
|
.sp
|
|
|
|
.sp
|
|
|
|
Ansible is released under the terms of the MIT license\&.
|
|
|
|
Ansible is released under the terms of the GPLv3 License\&.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.sp
|
|
|
|
.sp
|
|
|
|
\fBansible\-modules\fR(5), \fBansible\-playbook\fR(5)
|
|
|
|
\fBansible\-modules\fR(5), \fBansible\-playbook\fR(5)
|
|
|
|
|