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
6df4c486
Commit
6df4c486
authored
Apr 05, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
organize changelog
parent
550bf476
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
CHANGELOG.md
+13
-3
No files found.
CHANGELOG.md
View file @
6df4c486
...
...
@@ -3,13 +3,23 @@ Ansible Changes By Release
1.
2 "Right Now" -- release pending
Core Features:
*
capability to set 'all_errors_fatal: True' in a playbook to force any error to stop execution versus
a whole group or serial block needing to fail
*
when using -c ssh and the ansible user is the current user, don't pass a -o to allow SSH config to be
usable, without breaking the ability to override in ansible
*
new 'rax' module for creating instances in the rackspace cloud (uses pyrax)
*
ability to use variables from {{ }} syntax in mainline playbooks (work in progress)
*
added npm module (nodejs)
Modules added
*
rax: module for creating instances in the rackspace cloud (uses pyrax)
*
npm: node.js package management
Bugfixes and Misc Changes:
*
service module happier if only enabled=yes|no specified and no state
*
mysql_db: use --password= instead of -p in dump/import so it doesn't go interactive if no pass set
*
when using -c ssh and the ansible user is the current user, don't pass a -o to allow SSH config to be
1.
1 "Mean Street" -- 4/2/2013
...
...
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