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
e5c2d0b2
Commit
e5c2d0b2
authored
May 24, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog
parent
11792a9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
CHANGELOG.md
+22
-0
No files found.
CHANGELOG.md
View file @
e5c2d0b2
...
...
@@ -21,6 +21,8 @@ Core Features:
*
"meta: flush_handler" task capability added for when you really need to force handlers to run
*
new --start-at-task option to ansible playbook allows starting at a specific task name in a long playbook
*
added a log file for ansible/ansible-playbook, set 'log_path' in the configuration file or ANSIBLE_LOG_PATH in environment
*
debug mode always outputs debug in playbooks, without needing to specify -v
*
external inventory script added for Spacewalk / Red Hat Satellite servers
Modules added:
...
...
@@ -40,6 +42,17 @@ Modules added:
*
filesystem - a wrapper around mkfs
*
jabber: send jabber chat messages
*
osx_say: make OS X say things out loud
*
openstack: keystone_user
*
openstack: glance_image
*
openstack: nova_compute
*
openstack: nova_keypair
*
openstack: quantum_floating_ip
*
openstack: quantum_floating_ip_associate
*
openstack: quantum_network
*
openstack: quantum_router
*
openstack: quantum_router_gateway
*
openstack: quantum_subnet
*
airbrake_deployment - notify airbrake of new deployments
Modules removed
...
...
@@ -97,6 +110,15 @@ the variable is still registered for the host, with the attribute skipped: True.
*
lineinfile now does atomic file replacements
*
fix to not pass PasswordAuthentication=no in the config file unneccessarily for SSH connection type
*
for for authorized_key on Debian Squeeze
*
fixes for apt_repository module reporting changed incorrectly on certain repository types
*
allow the virtualenv argument to the pip module to be a pathname
*
service pattern argument now correctly read for BSD services
*
fetch location can now be controlled more directly via the 'flat' parameter.
*
added basename and dirname as Jinja2 filters available to all templates
*
pip works better when sudoing from unpriveledged users
*
fix for user creation with groups specification reporting 'changed' incorrectly in some cases
*
fix for some unicode encoding errors in outputing some data in verbose mode
*
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