- 20 Jun, 2013 40 commits
-
-
In case paths contain spaces, it's better to consistently quote variables, and to use $() instead of `` for external invocations. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
dirname/basename do not need an external process, shell variable expansion can be made to do the same a bit faster. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
The env-setup script is not intended to be run directly, so it does not need a shebang line, which might even create the wrong expectations. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Update all ansible.cc references in the documentation to point to ansibleworks.com
Michael DeHaan committed -
-
Michael DeHaan committed
-
Added basic support for hash_behaviour=merge in roles
Michael DeHaan committed -
added error checking on connect_to_region() in ec2.py
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Adds 'groups' field into ec2 plugin
Michael DeHaan committed -
Michael DeHaan committed
-
with_inventory_hostnames inventory based lookup plugin
Michael DeHaan committed -
ini_file: add support for lists of options/values
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Conflicts: library/cloud/digital_ocean
Michael DeHaan committed -
Michael DeHaan committed
-
Vincent Viallet committed
-
Ensure an existing ssh-key returns useful information (id + name) instead of a string; this way it can be used to register a variable to use in a later task.
Vincent Viallet committed -
Vincent Viallet committed
-
Generalise hacking dir path discovery
Michael DeHaan committed -
Merge branch 'generalise-hacking-dir-path-discovery' of git://github.com/madduck/ansible into envsetup2
Michael DeHaan committed -
enable use of multiple terms in first_found
Michael DeHaan committed -
Michael DeHaan committed
-
A small error in the reuse of a variable caused packages to never get purged. This commit fixes that. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
to ansibleworks.com * Fixed a few misspelled words
Joshua Lund committed -
bug fix: modify get_device_facts to handle servers with multiple pci domains
Michael DeHaan committed -
Michael DeHaan committed
-