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
57f6ad45
Commit
57f6ad45
authored
Sep 18, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog
parent
e1ecb95b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
CHANGELOG.md
+11
-1
No files found.
CHANGELOG.md
View file @
57f6ad45
...
@@ -3,7 +3,7 @@ Ansible Changes By Release
...
@@ -3,7 +3,7 @@ Ansible Changes By Release
0.
8 "Cathedral" -- release pending
0.
8 "Cathedral" -- release pending
Misc:
Misc
/Unsorted
:
*
is_set is available for use inside of an only_if expression: is_set('ansible_eth0') # etc
*
is_set is available for use inside of an only_if expression: is_set('ansible_eth0') # etc
*
removes= exists on command just like creates=
*
removes= exists on command just like creates=
...
@@ -17,6 +17,16 @@ Misc:
...
@@ -17,6 +17,16 @@ Misc:
*
playbooks can import playbooks in other directories and then be able to import tasks relative to them
*
playbooks can import playbooks in other directories and then be able to import tasks relative to them
*
ansible config file can also go in '.ansible.cfg' in cwd in addition to ~/.ansible.cfg and /etc/ansible/ansible.cfg
*
ansible config file can also go in '.ansible.cfg' in cwd in addition to ~/.ansible.cfg and /etc/ansible/ansible.cfg
*
fix for inventory hosts at API level when hosts spec is a list and not a colon delimited string
*
fix for inventory hosts at API level when hosts spec is a list and not a colon delimited string
*
added force=yes|no (default no) option for file module, which allows transition between files to directories and so on
*
where 'stdout' is provided a new 'stdout_lines' variable (type == list) is now generated and usable with with_items
*
FILE($path) now allows access of contents of file in a path, very good for use with SSH keys
*
similarly PIPE($command) will run a local command and return the results of executing this command
*
additional facts for SunOS virtualization
*
when local_action is used the transport is automatically overridden to the local type
*
copy module is now atomic when used across volumes
*
ansible-pull example now sets up logrotate for the ansible-pull cron job log
*
url_get module now returns 'dest' with the location of the file saved
*
fix for yum module when using local RPMs vs downloading
0.
7 "Panama" -- Sept 6 2012
0.
7 "Panama" -- Sept 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