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
699f6b16
Commit
699f6b16
authored
Mar 25, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a few more updates
parent
aca4e292
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
CHANGELOG.md
+17
-2
No files found.
CHANGELOG.md
View file @
699f6b16
...
@@ -5,7 +5,9 @@ Ansible Changes By Release
...
@@ -5,7 +5,9 @@ Ansible Changes By Release
in progress, details pending
in progress, details pending
*
Tags rehaul: added 'always', 'untagged' and 'tagged' special tags and normalized
*
Added kerberos suport to winrm connection plugin.
*
Tags rehaul: added 'all', 'always', 'untagged' and 'tagged' special tags and normalized
tag resolution. Added tag information to --list-tasks and new --list-tags option.
tag resolution. Added tag information to --list-tasks and new --list-tags option.
*
Privilege Escalation generalization, new 'Become' system and varialbes now will
*
Privilege Escalation generalization, new 'Become' system and varialbes now will
...
@@ -53,16 +55,23 @@ in progress, details pending
...
@@ -53,16 +55,23 @@ in progress, details pending
*
environment: directive now can also be applied to play and is inhertited by tasks, which can still overridde it.
*
environment: directive now can also be applied to play and is inhertited by tasks, which can still overridde it.
*
expanded facts and OS
support for existing facts
.
*
expanded facts and OS
/distribution support for existing facts and improved performance with pypy
.
*
new 'wantlist' option to lookups allows for selecting a list typed variable vs a commad delimited string as the return.
*
new 'wantlist' option to lookups allows for selecting a list typed variable vs a commad delimited string as the return.
*
the shared module code for file backups now uses a timestamp resolution of seconds (previouslly minutes).
*
the shared module code for file backups now uses a timestamp resolution of seconds (previouslly minutes).
*
allow for empty inventories, this is now a warning and not an error (for those using localhost and cloud modules).
*
sped up YAML parsing in ansible by up to 25% by switching to CParser loader.
*
new filters:
*
new filters:
*
ternary: allows for trueval/falseval assignement dependint on conditional
*
ternary: allows for trueval/falseval assignement dependint on conditional
*
cartesian: returns the cartesian product of 2 lists
*
cartesian: returns the cartesian product of 2 lists
*
to_uuid: given a string it will return an ansible domain specific UUID
*
to_uuid: given a string it will return an ansible domain specific UUID
*
checksum: uses the ansible internal checksum to return a hash from a string
*
hash: get a hash from a string (md5, sha1, etc)
*
password_hash: get a hash form as string that can be used as a password in the user module (and others)
*
A whole set of ip/network manipulation filters: ipaddr,ipwrap,ipv4,ipv6ipsubnet,nthhost,hwaddr,macaddr
*
A whole set of ip/network manipulation filters: ipaddr,ipwrap,ipv4,ipv6ipsubnet,nthhost,hwaddr,macaddr
*
new lookup plugins (allow fetching data for use in plays):
*
new lookup plugins (allow fetching data for use in plays):
...
@@ -73,9 +82,15 @@ in progress, details pending
...
@@ -73,9 +82,15 @@ in progress, details pending
*
syslog_json: allows logging play output to a syslog network server using json format
*
syslog_json: allows logging play output to a syslog network server using json format
*
new task modules:
*
new task modules:
*
patch: allows for patching files on target systems
*
new inventory scripts:
*
vbox: virtualbox
*
consul: use consul as an inventory source
*
Many documentation additions and fixes.
*
Many documentation additions and fixes.
## 1.8.4 "You Really Got Me" - Feb 19, 2015
## 1.8.4 "You Really Got Me" - Feb 19, 2015
*
Fixed regressions in ec2 and mount modules, introduced in 1.8.3
*
Fixed regressions in ec2 and mount modules, introduced in 1.8.3
...
...
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