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
70ed560f
Commit
70ed560f
authored
Oct 12, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add FILES to manpage
parent
6886683e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
CHANGELOG.md
+2
-0
docs/man/man1/ansible-playbook.1.asciidoc.in
+10
-0
docs/man/man1/ansible.1.asciidoc.in
+3
-0
No files found.
CHANGELOG.md
View file @
70ed560f
...
...
@@ -43,6 +43,7 @@ Highlighted playbook changes:
*
task includes now work with with_items (such as: include: path/to/wordpress.yml user=$item)
*
when using a $list variable with $var or ${var} syntax it will automatically join with commas
*
setup is not run more than once when we know it is has already been run in a play that included another play, etc
*
can set/override sudo and sudo_user on individual tasks in a play, defaults to what is set in the play if not present
Other playbook changes:
...
...
@@ -68,6 +69,7 @@ New Modules:
*
a module for adding entries to the main crontab (though you may still wish to just drop template files into cron.d)
*
debug module can be used for outputing messages without using 'shell echo'
*
a fail module is now available for causing errors, you might want to use it with only_if to fail in certain conditions
*
virt_boot -- creates new virtual machines with libvirt
Other module Changes, Upgrades, and Fixes:
...
...
docs/man/man1/ansible-playbook.1.asciidoc.in
View file @
70ed560f
...
...
@@ -107,6 +107,16 @@ ANSIBLE_HOSTS -- Override the default ansible hosts file
ANSIBLE_LIBRARY -- Override the default ansible module library path
FILES
-----
/etc/ansible/hosts -- Default inventory file
/usr/share/ansible/ -- Default module library
/etc/ansible/ansible.conf -- Config file, used if present
~/.ansible.config -- User config file, overrides the default config if present
AUTHOR
------
...
...
docs/man/man1/ansible.1.asciidoc.in
View file @
70ed560f
...
...
@@ -135,6 +135,9 @@ FILES
/usr/share/ansible/ -- Default module library
/etc/ansible/ansible.conf -- Config file, used if present
~/.ansible.config -- User config file, overrides the default config if present
ENVIRONMENT
-----------
...
...
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