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
ae3595e9
Commit
ae3595e9
authored
Apr 25, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog and readme
parent
9f64a783
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
0 deletions
+51
-0
CHANGELOG.md
+42
-0
README.md
+9
-0
No files found.
CHANGELOG.md
0 → 100644
View file @
ae3595e9
Ansible Changes By Release
==========================
0.
4 "Unchained" ------- in progress
*
See the CHANGELOG.md file on the devel branch for a summary
0.
3 "Baluchitherium" -- April 23, 2012
*
Packaging for Debian, Gentoo, and Arch
*
Improvements to the apt and yum modules
*
A virt module
*
SELinux support for the file module
*
Ability to use facts from other systems in templates (aka exported
resources like support)
*
Built in Ansible facts so you don't need ohai, facter, or Ruby
*
tempdir selections that work with noexec mounted /tmp
*
templates happen locally, not remotely, so no dependency on
python-jinja2 for remote computers
*
advanced inventory format in YAML allows more control over variables
per host and per group
*
variables in playbooks can be structured/nested versus just a flat namespace
*
manpage upgrades (docs)
*
various bugfixes
*
can specify a default --user for playbooks rather than specifying it
in the playbook file
*
able to specify ansible port in ansible host file (see docs)
*
refactored Inventory API to make it easier to write scripts using Ansible
*
looping capability for playbooks (with_items)
*
support for using sudo with a password
*
module arguments can be unicode
*
A local connection type, --connection=local, for use with cron or
in kickstarts
*
better module debugging with -D
*
fetch module for pulling in files from remote hosts
*
command task supports creates=foo for idempotent semantics, won't
run if file foo already exists
0.
0.2 and 0.0.1
*
Initial stages of project
README.md
View file @
ae3595e9
...
...
@@ -24,6 +24,15 @@ Get Involved
*
[
ansible-project mailing list
](
http://groups.google.com/group/ansible-project
)
*
irc.freenode.net: #ansible
Branch Info
===========
*
The master branch corresponds to release 0.3 "Baluchitherium".
*
Bug fixes WILL be periodically made to the master branch.
*
The devel branch corresponds to release 0.4 "Unchained".
*
Note: sudo support works much better in 0.4/devel, consider trying it.
*
See CHANGELOG.md for release notes to track each release.
Patch Instructions
==================
...
...
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