Commit 6a5df973 by Michael DeHaan

Manpage documentation ALSO should be sorted

parent 626203a7
...@@ -2,12 +2,12 @@ ...@@ -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: 10/19/2012 .\" Date: 11/03/2012
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 0.9 .\" Source: Ansible 0.9
.\" Language: English .\" Language: English
.\" .\"
.TH "ANSIBLE\-PLAYBOOK" "1" "10/19/2012" "Ansible 0\&.9" "System administration commands" .TH "ANSIBLE\-PLAYBOOK" "1" "11/03/2012" "Ansible 0\&.9" "System administration commands"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * set default formatting .\" * set default formatting
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -126,9 +126,9 @@ ANSIBLE_LIBRARY \(em Override the default ansible module library path ...@@ -126,9 +126,9 @@ ANSIBLE_LIBRARY \(em Override the default ansible module library path
.sp .sp
/usr/share/ansible/ \(em Default module library /usr/share/ansible/ \(em Default module library
.sp .sp
/etc/ansible/ansible\&.conf \(em Config file, used if present /etc/ansible/ansible\&.cfg \(em Config file, used if present
.sp .sp
~/\&.ansible\&.config \(em User config file, overrides the default config if present ~/\&.ansible\&.cfg \(em User config file, overrides the default config if present
.SH "AUTHOR" .SH "AUTHOR"
.sp .sp
Ansible was originally written by Michael DeHaan\&. See the AUTHORS file for a complete list of contributors\&. Ansible was originally written by Michael DeHaan\&. See the AUTHORS file for a complete list of contributors\&.
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: ansible .\" Title: ansible
.\" 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: 10/19/2012 .\" Date: 11/03/2012
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 0.9 .\" Source: Ansible 0.9
.\" Language: English .\" Language: English
.\" .\"
.TH "ANSIBLE" "1" "10/19/2012" "Ansible 0\&.9" "System administration commands" .TH "ANSIBLE" "1" "11/03/2012" "Ansible 0\&.9" "System administration commands"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * set default formatting .\" * set default formatting
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -167,9 +167,9 @@ Ranges of hosts are also supported\&. For more information and additional option ...@@ -167,9 +167,9 @@ Ranges of hosts are also supported\&. For more information and additional option
.sp .sp
/usr/share/ansible/ \(em Default module library /usr/share/ansible/ \(em Default module library
.sp .sp
/etc/ansible/ansible\&.conf \(em Config file, used if present /etc/ansible/ansible\&.cfg \(em Config file, used if present
.sp .sp
~/\&.ansible\&.config \(em User config file, overrides the default config if present ~/\&.ansible\&.cfg \(em User config file, overrides the default config if present
.SH "ENVIRONMENT" .SH "ENVIRONMENT"
.sp .sp
The following environment variables may specified\&. The following environment variables may specified\&.
...@@ -177,6 +177,8 @@ The following environment variables may specified\&. ...@@ -177,6 +177,8 @@ The following environment variables may specified\&.
ANSIBLE_HOSTS \(em Override the default ansible hosts file ANSIBLE_HOSTS \(em Override the default ansible hosts file
.sp .sp
ANSIBLE_LIBRARY \(em Override the default ansible module library path ANSIBLE_LIBRARY \(em Override the default ansible module library path
.sp
ANSIBLE_CONFIG \(em Override the default ansible config file
.SH "AUTHOR" .SH "AUTHOR"
.sp .sp
Ansible was originally written by Michael DeHaan\&. See the AUTHORS file for a complete list of contributors\&. Ansible was originally written by Michael DeHaan\&. See the AUTHORS file for a complete list of contributors\&.
......
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
." ."
{% if options %} {% if options %}
.SH OPTIONS .SH OPTIONS
{% for (k,v) in options.iteritems() %} {% for k in option_keys %}
{% set v = options[k] %}
.IP @{ k }@ .IP @{ k }@
{% for desc in v.description %}@{ desc | jpfunc }@{% endfor %} {% for desc in v.description %}@{ desc | jpfunc }@{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment