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
c774208b
Commit
c774208b
authored
Aug 30, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog
parent
90f051f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
CHANGELOG.md
+17
-3
No files found.
CHANGELOG.md
View file @
c774208b
...
...
@@ -20,6 +20,16 @@ Module changes:
*
add pattern= as a paramter to the service module (for init scripts that don't do status, or do poor status)
*
various fixes to mysql & postresql modules
*
added a thirsty= option (boolean, default no) to the get_url module to decide to download the file every time or not
*
added a wait_for module to poll for ports being open
*
added a nagios module for controlling outage windows and alert statuses
*
added a seboolean module for getsebool/setsebool type operations
*
added a selinux module for controlling overall SELinux policy
*
added a subversion module
*
added lineinfile for adding and removing lines from basic files
*
added facts for ARM-based CPUs
*
support for systemd in the service module
*
git moduleforce reset behavior is now controllable
*
file module can now operate on special files (block devices, etc)
Core changes:
...
...
@@ -28,7 +38,7 @@ Core changes:
*
when using paramiko and SFTP is not accessible, do not traceback, but return a nice human readable msg
*
use -vvv for extreme debug levels. -v gives more playbook output as before
*
-vv shows module arguments to all module calls (and maybe some other things later)
*
don
'
t pass "--" to sudo to work on older EL5
*
don
no
t pass "--" to sudo to work on older EL5
*
make remote_md5 internal function work with non-bash shells
*
allow user to be passed in via --extra-vars (regression)
*
add --limit option, which can be used to further confine the pattern given in ansible-playbooks
...
...
@@ -37,12 +47,15 @@ Core changes:
*
/etc/ansible/ansible.cfg and ~/ansible.cfg now available to set default values and other things
*
(developers) ANSIBLE_KEEP_REMOTE_FILES=1 can be used in debugging (envrionment variable)
*
(developers) connection types are now plugins
*
(developers) callbacks can now be extended via plugins
*
(developers) callbacks can now be extended via plugins
*
added FreeBSD ports packaging scripts
*
check for terminal properties prior to engaging color modes
*
explicitly disable password auth with -c ssh, as it is not used anyway
Playbooks:
*
YAML syntax errors detected and show where the problem is
*
if you ctrl+c a playbook it w
on'
t traceback (usually)
*
if you ctrl+c a playbook it w
ill no
t traceback (usually)
*
vars_prompt now has encryption options (see examples/playbooks/prompts.yml)
*
allow variables in parameterized task include parameters (regression)
*
add ability to store the result of any command in a register (see examples/playbooks/register_logic.yml)
...
...
@@ -50,6 +63,7 @@ Playbooks:
*
fix a variable ordering issue that could affect vars_files with selective file source lists
*
adds 'delegate_to' for a task, which can be used to signal outage windows and load balancers on behalf of hosts
*
adds 'serial' to playbook, allowing you to specify how many hosts can be processing a playbook at one time (default 0=all)
*
adds 'local_action:
<action
parameters
>
' as an alias to 'delegate_to: 127.0.0.1'
0.
6 "Cabo" -- August 6, 2012
...
...
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