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
1cad5e19
Commit
1cad5e19
authored
Feb 23, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Working on adding things to changelog
parent
69f0ce42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
CHANGELOG.md
+20
-0
No files found.
CHANGELOG.md
View file @
1cad5e19
...
...
@@ -48,6 +48,26 @@ Ansible Changes By Release
*
add_host module can set ports and other inventory variables
*
add_host module can add modules to multiple groups (groups=a,b,c), groups now alias for groupname
*
support for complex arguments to modules (within reason)
*
uses yaml.safe_load everywhere
*
can specify ansible_connection=X to define the connection type in inventory variables
*
CloudFormation module
*
subnet ID can be set on EC2 module
*
MySQL module password handling improvements
*
added new virtualenv flags to pip and easy_install modules
*
various improvements to lineinfile module, now accepts common arguments from file
*
ansible_os_family fact added
*
force= now replaces thirsty where used before, thirsty remains an alias
*
able to add EXAMPLES to documentation via EXAMPLES docstring, rather than just in main documentation YAML
*
a new chroot connection type
*
setup module can take a 'filter=
<wildcard>
' parameter to just return a few facts
*
cron module works even if no crontab is present (for cron.d)
*
security group ID settable on EC2 module
*
misc fixes to sysctl module
*
fix to apt module so packages not in cache are still removable
*
charset fix to mail module
*
postresql db module now does not try to create the 'PUBLIC' user
*
added zfs module
*
ansible module common code (and ONLY that) which is mixed in with modules, is now BSD licensed. App remains GPLv3.
1.
0 "Eruption" -- Feb 1 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