- 22 Jun, 2013 1 commit
-
-
ansible.constants was calling expanduser (by way of shell_expand_path) on the entire configured value for the library and *_plugins configuration values, but these values have always been interpreted as multiple directories separated by os.pathsep. Thus, if you supplied multiple directories for one of these values, typically only the first (at least on *nix) would have e.g. "~" expanded to HOME. Now PluginLoader does expansion on each individual path in each of these variables.
Dale Sedivec committed
-
- 20 Jun, 2013 39 commits
-
-
Update ansible.cfg
Michael DeHaan committed -
Updated the example ansible.cfg to be more consistent in spacing/commented lines
espro committed -
remote_user should not be set in example config. This file is used in rpm .spec for /etc/ansible/ansible.cfg
espro committed -
Previous commit made config invalid.
espro 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
-