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
7eaacaf6
Commit
7eaacaf6
authored
Aug 17, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added some new features, rearranged the changelog sections
parent
ee21ebaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
CHANGELOG.md
+12
-13
No files found.
CHANGELOG.md
View file @
7eaacaf6
...
@@ -8,18 +8,14 @@ Major Changes:
...
@@ -8,18 +8,14 @@ Major Changes:
*
New strategy plugins, allow to control the flow of execution of tasks per play, the default will be the same as before
*
New strategy plugins, allow to control the flow of execution of tasks per play, the default will be the same as before
*
Improved error handling, now you get much more detailed parser messages. General exception handling and display has been revamped.
*
Improved error handling, now you get much more detailed parser messages. General exception handling and display has been revamped.
*
Task includes now get evaluated during execution, end behaviour will be the same but it now allows for more dynamic includes and options.
*
Task includes now get evaluated during execution, end behaviour will be the same but it now allows for more dynamic includes and options.
*
First feature of the more dynamic includes is that
with_
loops are now usable with them.
*
First feature of the more dynamic includes is that
"with
\_
<lookup>
"
loops are now usable with them.
*
callback, connection and lookup plugin APIs have changed, some will require modification to work with new version
*
callback, connection and lookup plugin APIs have changed, some will require modification to work with new version
*
callbacks are now shipped in the active directory and don't need to be copied, just whitelisted in ansible.cfg
*
callbacks are now shipped in the active directory and don't need to be copied, just whitelisted in ansible.cfg
*
Many API changes, this will break those currently using it directly, but the new API is much easier to use and test
*
Many API changes, this will break those currently using it directly, but the new API is much easier to use and test
*
Settings are now more inheritable, what you set at play, block or role will be automatically inhertited by the contained.
*
Settings are now more inheritable, what you set at play, block or role will be automatically inhertited by the contained.
This allows for new features to automatically be settable at all levels, previously we had to manually code this
This allows for new features to automatically be settable at all levels, previously we had to manually code this
*
Many more tests, new API makes things more testable and we took advantage of it
*
big_ip modules now support turning off ssl certificate validation (use only for self signed)
*
template code now retains types for bools and numbers instead of turning them into strings.
*
template code now retains types for bools and numbers instead of turning them into strings.
If you need the old behaviour, quote the value and it will get passed around as a string
If you need the old behaviour, quote the value and it will get passed around as a string
*
Consolidated code from modules using urllib2 to normalize features, TLS and SNI support
*
Consiidated code from modules using urllib2 to normalize features, TLS and SNI support
*
added meta: refresh_inventory to force rereading the inventory in a play
*
added meta: refresh_inventory to force rereading the inventory in a play
Deprecated Modules (new ones in parens):
Deprecated Modules (new ones in parens):
...
@@ -168,16 +164,19 @@ New Lookups:
...
@@ -168,16 +164,19 @@ New Lookups:
*
ini
*
ini
*
shelvefile
*
shelvefile
Other Notable Changes:
*
synchronize module's dest_port parameter now takes precedence over the ansible_ssh_port inventory setting
*
play output is now dynamically sized to terminal with a minimal of 80 coluumns (old default)
*
vars_prompt and pause are now skipped with a warning if the play is called non interactively (i.e. pull from cron)
Minor changes:
Minor changes:
*
The undocumented semicolon-separated "pattern1;pattern2" syntax to
*
Many more tests, new API makes things more testable and we took advantage of it
match hosts is no longer supported.
*
big_ip modules now support turning off ssl certificate validation (use only for self signed)
*
The undocumented semicolon-separated "pattern1;pattern2" syntax to match hosts is no longer supported.
*
Now when you delegate a action that returns ansible_facts, these facts will now be applied to the delegated host,
unlike before which they were applied to the current host.
*
Consolidated code from modules using urllib2 to normalize features, TLS and SNI support
*
Consiidated code from modules using urllib2 to normalize features, TLS and SNI support
*
synchronize module's dest_port parameter now takes precedence over the ansible_ssh_port inventory setting
*
play output is now dynamically sized to terminal with a minimal of 80 coluumns (old default)
*
vars_prompt and pause are now skipped with a warning if the play is called non interactively (i.e. pull from cron)
*
Support for OpenBSD's 'doas' privilege escalation method.
## 1.9.2 "Dancing In the Street" - Jun 26, 2015
## 1.9.2 "Dancing In the Street" - Jun 26, 2015
...
...
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