2012-11-28 09:39:26 +01:00
'\" t
. \" Title: ansible-doc
2014-05-26 14:12:39 +02:00
. \" Author: :doctype:manpage
2014-12-09 19:49:05 +01:00
. \" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
. \" Date: 12/09/2014
2012-11-28 09:39:26 +01:00
. \" Manual: System administration commands
2014-12-09 19:49:05 +01:00
. \" Source: Ansible 1.9
2012-11-28 09:39:26 +01:00
. \" Language: English
. \"
2014-12-09 19:49:05 +01:00
.TH "ANSIBLE\-DOC" "1" "12/09/2014" "Ansible 1\&.9" "System administration commands"
2014-05-26 14:12:39 +02:00
. \" -----------------------------------------------------------------
. \" * 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 '
2012-11-28 09:39:26 +01:00
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
ansible-doc \- show documentation on Ansible modules
.SH "SYNOPSIS"
.sp
ansible\- doc [\- M module_path] [\- l] [\- s] [module\& ...]
.SH "DESCRIPTION"
.sp
\fB ansible\- doc\fR displays information on modules installed in Ansible libraries\& . It displays a terse listing of modules and their short descriptions, provides a printout of their DOCUMENTATION strings, and it can create a short "snippet" which can be pasted into a playbook\& .
.SH "OPTIONS"
.PP
\fB \- M\fR \fI directory\fR , \fB \- \- module\- path=\fR \fI directory\fR
.RS 4
Add an additional directory to the default path for finding module libraries\& .
.RE
.PP
\fB \- s\fR , \fB \- \- snippet=\fR
.RS 4
Produce a snippet which can be copied into a playbook for modification, like a kind of task template\& .
.RE
.PP
\fB \- l\fR , \fB \- \- list=\fR
.RS 4
Produce a terse listing of modules and a short description of each\& .
.RE
.SH "AUTHOR"
.sp
ansible\- doc was originally written by Jan\- Piet Mens\& . See the AUTHORS file for a complete list of contributors\& .
.SH "COPYRIGHT"
.sp
Copyright \(co 2012, Jan\- Piet Mens
.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\- playbook\fR (1), \fB ansible\fR (1), \fB ansible\- pull\fR (1)
2012-11-28 09:39:26 +01:00
.sp
2014-05-26 14:12:39 +02:00
Extensive documentation is available in the documentation site: http://docs\& .ansible\& .com\& . IRC and mailing list info can be found in file CONTRIBUTING\& .md, available in: https://github\& .com/ansible/ansible