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
bc2e6d4d
Commit
bc2e6d4d
authored
Mar 26, 2015
by
jxn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few spelling errors in the changelog
parent
75f933cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CHANGELOG.md
+5
-5
No files found.
CHANGELOG.md
View file @
bc2e6d4d
...
...
@@ -4,7 +4,7 @@ Ansible Changes By Release
## 2.0 "TBD" - ACTIVE DEVELOPMENT
Major Changes:
big_ip modules now support turning off ssl certificat validation (use only for self signed)
big_ip modules now support turning off ssl certificat
e
validation (use only for self signed)
New Modules:
cloudtrail
...
...
@@ -63,8 +63,8 @@ New Modules:
New Filters:
*
ternary: allows for trueval/falseval assign
ement dependi
nt on conditional
*
cartesian: returns the
c
artesian product of 2 lists
*
ternary: allows for trueval/falseval assign
ment depende
nt on conditional
*
cartesian: returns the
C
artesian product of 2 lists
*
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)
...
...
@@ -93,14 +93,14 @@ Other Notable Changes:
*
restart_policy parameters to configure when the container automatically restarts
*
If the docker client or server doesn't support an option, the task will now fail instead of silently ignoring the option
*
Add insecure_registry parameter for connecting to registries via http
*
New parameter to set a container's domainname
*
New parameter to set a container's domain
name
*
Undeprecated docker_image module until there's replacement functionality
*
Allow setting the container's pid namespace
*
Add a pull parameter that chooses when ansible will look for more recent images in the registry
*
docker module states have been greatly enhanced. The reworked and new states are:
*
present now creates but does not start containers
*
restarted always restarts a container
*
reloaded restarts a container if ansible detects that the configuration is different than what is spcified
*
reloaded restarts a container if ansible detects that the configuration is different than what is sp
e
cified
*
reloaded accounts for exposed ports, env vars, and volumes
*
Can now connect to the docker server using TLS
*
Several source control modules had force parameters that defaulted to true.
...
...
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