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
5b8ee848
Commit
5b8ee848
authored
May 01, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update development changelog
parent
02efcdce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
CHANGELOG.md
+5
-1
No files found.
CHANGELOG.md
View file @
5b8ee848
...
...
@@ -5,7 +5,6 @@ Ansible Changes By Release
*
custom facts provided by the setup module mean no dependency on Ruby, facter, or ohai
*
sudo improvements, now works much more smoothly
*
some support for reading some default settings from the ssh config file (key pairs, ports)
*
OS X support in progress for ansible on the host and clients (modules still TBA)
*
list of hosts in playbooks can be expressed as a YAML list in addition to ; delimited
*
tweaks to SELinux implementation for file module
...
...
@@ -15,6 +14,11 @@ Ansible Changes By Release
*
file module now correctly returns the mode in octal
*
modules can no longer include stderr output (paramiko limitation from sudo)
*
'group_names' is now a variable made available to templates
*
variables in the 'all' section can be used to define other variables based on those values
*
fix for symlink handling in the file module
*
groups and users module takes an optional system=yes|no on creation (default no)
*
async handling improvements
*
service takes an enable=yes|no which works with chkconfig or updates-rc.d as appropriate
0.
3 "Baluchitherium" -- April 23, 2012
...
...
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