- 26 Jan, 2013 3 commits
-
-
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 9 commits
-
-
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 -
Fixes #1902.
Daniel Hokka Zakrisson committed -
Fixes #1908.
Daniel Hokka Zakrisson committed -
Silviu Dicu committed
-
- 24 Jan, 2013 4 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
-
- 23 Jan, 2013 15 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 -
Brendan Taylor committed
-
Hash variables are currently overriden if they are redefined. This doesn't let the user refine hash entries or overriding selected keys, which can, for some, be a desirable feature. This patch let the user force hash merging by setting the hash_behaviour value to "merge" (without the quotes) in ansible.cfg However, by default, ansible behaves like it always did and if any value besides "merge" is used ("replace" is suggested in the example ansible.cfg file), it will also behave as always.
Michel Blanc committed -
protect PluginLoader._extra_dirs from appending None
Daniel Hokka Zakrisson committed -
PluginLoader.add_directory() can receive None from, for example, Inventory.add_directory(self.basedir()) if host_list is a custom list. None has no reasonable interpretation other than ignore it.
Bowe Strickland committed -
Daniel Hokka Zakrisson committed
-
Add pacman to list of package managers in setup module
Daniel Hokka Zakrisson committed -
Silviu Dicu committed
-
John Gosset committed
-
Silviu Dicu committed
-
RabbitMQ Contrib
Daniel Hokka Zakrisson committed -
Update examples/ansible.cfg with sudo_exe
Daniel Hokka Zakrisson committed -
ron1 committed
-
Make diagram of Directory Organization best practice match the text.
Michael DeHaan committed
-
- 22 Jan, 2013 9 commits
-
-
The text and playbook content assumed a directory structure that didn't match the diagram.
Brendan Taylor committed -
Tim Gerla committed
-
Tim Gerla committed
-
Silviu Dicu committed
-
- use boto instead of euca2ools - improve error handling/propagation for run failures - rename keypair to key_name (and preserve alias for old playbooks) - should be 100% backward compatible with the euca2ools version
Tim Gerla committed -
Pepe Barbe committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-