Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
6a5df973
Commit
6a5df973
authored
Nov 03, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Manpage documentation ALSO should be sorted
parent
626203a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
docs/man/man1/ansible-playbook.1
+4
-4
docs/man/man1/ansible.1
+6
-4
hacking/templates/man.j2
+2
-1
No files found.
docs/man/man1/ansible-playbook.1
View file @
6a5df973
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 1
0/19
/2012
.\" Date: 1
1/03
/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.9
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "1
0/19
/2012" "Ansible 0\&.9" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "1
1/03
/2012" "Ansible 0\&.9" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
@@ -126,9 +126,9 @@ ANSIBLE_LIBRARY \(em Override the default ansible module library path
.sp
/usr/share/ansible/ \(em Default module library
.sp
/etc/ansible/ansible\&.c
onf
\(em Config file, used if present
/etc/ansible/ansible\&.c
fg
\(em Config file, used if present
.sp
~/\&.ansible\&.c
onfi
g \(em User config file, overrides the default config if present
~/\&.ansible\&.c
f
g \(em User config file, overrides the default config if present
.SH "AUTHOR"
.sp
Ansible was originally written by Michael DeHaan\&. See the AUTHORS file for a complete list of contributors\&.
...
...
docs/man/man1/ansible.1
View file @
6a5df973
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 1
0/19
/2012
.\" Date: 1
1/03
/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.9
.\" Language: English
.\"
.TH "ANSIBLE" "1" "1
0/19
/2012" "Ansible 0\&.9" "System administration commands"
.TH "ANSIBLE" "1" "1
1/03
/2012" "Ansible 0\&.9" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
...
...
@@ -167,9 +167,9 @@ Ranges of hosts are also supported\&. For more information and additional option
.sp
/usr/share/ansible/ \(em Default module library
.sp
/etc/ansible/ansible\&.c
onf
\(em Config file, used if present
/etc/ansible/ansible\&.c
fg
\(em Config file, used if present
.sp
~/\&.ansible\&.c
onfi
g \(em User config file, overrides the default config if present
~/\&.ansible\&.c
f
g \(em User config file, overrides the default config if present
.SH "ENVIRONMENT"
.sp
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
.sp
ANSIBLE_LIBRARY \(em Override the default ansible module library path
.sp
ANSIBLE_CONFIG \(em Override the default ansible config file
.SH "AUTHOR"
.sp
Ansible was originally written by Michael DeHaan\&. See the AUTHORS file for a complete list of contributors\&.
...
...
hacking/templates/man.j2
View file @
6a5df973
...
...
@@ -13,7 +13,8 @@
."
{% if options %}
.SH OPTIONS
{% for (k,v) in options.iteritems() %}
{% for k in option_keys %}
{% set v = options[k] %}
.IP @{ k }@
{% for desc in v.description %}@{ desc | jpfunc }@{% endfor %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment