- 26 Jan, 2013 18 commits
-
-
Reorganizing changelog, some cleanup still needed, but now it's easier to tell what is in the release :)
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
updated indentation and redundant comment.
Lester Wade committed -
Yeukhon Wong committed
-
bumping up min_count value.
Lester Wade committed -
I've uncommented and added a very little supporting stuff based on skvidal's work to allow us to launch more than one instance.
Lester Wade committed -
igor committed
-
igor committed
-
Fixed apt_key's add_key stalling indefinitely, and test code leaking into production
Michael DeHaan committed -
Add basic pkgin package management
Michael DeHaan committed -
ec2 facts module - registers to ansible_facts key
Michael DeHaan committed -
Git module: fix for relative paths
Michael DeHaan committed -
If a relative path is passed as an argument, this change first converts it to an absolute path. This fixes a bug where the git module would attempt to chdir into an invalid directory because of multiple chdir calls against a relative path.
Lorin Hochstein committed
-
- 25 Jan, 2013 14 commits
-
-
Shaun Zinck committed
-
This also fixes an issue where some console output for packages I was installing was creating invalid JSON because it contained single-quotes.
Shaun Zinck committed -
Fixes #1918.
Daniel Hokka Zakrisson committed -
Inventory class - lambda fails on attribute access - g.name is a string not the group obje...
Daniel Hokka Zakrisson committed -
Adds user-selectable hash merging support in vars
Daniel Hokka Zakrisson committed -
Port ec2 module to Boto
Daniel Hokka Zakrisson committed -
Update docsite/rst/who_uses_ansible.rst
Michael DeHaan committed -
Added Eucalyptus.
Lester Wade committed -
Tests used heavily mocked version of the apt_key code, which meant that it didn't properly test real life scenario.
Juha Litola committed -
Fixes #1902.
Daniel Hokka Zakrisson committed -
Fixes #1908.
Daniel Hokka Zakrisson committed -
Juha Litola committed
-
pkgin always returns 0 so can't be used to tell if the install or remove worked. Instead this just queries the installed packages after performing an operation.
Shaun Zinck committed -
Silviu Dicu committed
-
- 24 Jan, 2013 6 commits
-
-
Update apt_repository to query if repo is already configured
Stephen Fromm committed -
Update examples/playbooks/ansible_pull.yml
Stephen Fromm committed -
Typo
Francesc Esplugas committed -
This adds two dependencies to the apt_repository module: apt and apt_pkg. These come from the package python-apt. This is used to parse the host's sources.list and examine whether the repo is already configured. This then eliminates the unnecessary 'add-apt-repository --remove' from running.
Stephen Fromm committed -
Shaun Zinck committed
-
Shaun Zinck committed
-
- 23 Jan, 2013 2 commits
-
-
No need for deep copy (vars are essentially immutable once loaded, there should not be any modifications)
Michel Blanc committed -
Minor doc fix: service module 'state' parameter comments should be processed by RST
Daniel Hokka Zakrisson committed
-