- 01 Jun, 2013 15 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Allow the group_vars and host_vars directories to be stored alongside the playbook as well as inventory.
Michael DeHaan committed -
Keep ansible-playbook from bombing without extra-vars
Michael DeHaan committed -
A recent change to ansible-playbook to support json extra-vars also inadvertently broke the script when no extra-vars are provided. Simply checking to make sure it is defined and truthy should take care of the issue.
Kent Frazier committed
-
- 31 May, 2013 25 commits
-
-
add "size_{total,free}" to the "mount" facts
Michael DeHaan committed -
Added optional dependencies for fireball mode to PKGBUILD.
Michael DeHaan committed -
Issue #3079: Initializing key_exists in case the S3 bucket does not exis...
Michael DeHaan committed -
Provide userspace_{architecture,bits} facts
Michael DeHaan committed -
Michael DeHaan committed
-
git://github.com/trbs/ansibleMichael DeHaan committed
-
When invoking dmidecode, first use module.get_bin_path() and secondly use module.run_command. Remove sub function execute() from get_dmi_facts(). Simplify get_dmi_facts() by only using two mechanisms to determine dmi facts: first try /sys/devices/virtual/dmi and if not available, use dmidecode executable.
Stephen Fromm committed -
remove unused git function is_current_branch (looks like it returns alwa...
Michael DeHaan committed -
remove unused git function is_current_branch (looks like it returns always True anyway which might be wrong)
Benjamin Schwarze committed -
consistently use module.get_bin_path('git', True) to get git path before...
Michael DeHaan committed -
authorized_key: Set manage_dir default value
Michael DeHaan committed -
Solaris facts
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Support JSON in --extra-vars.
Michael DeHaan committed -
node committed
-
Support state parameter in list_vms command
Michael DeHaan committed -
Benjamin Schwarze committed
-
Michael DeHaan committed
-
Michael Vogt committed
-
Handle '#' in var strings by splitting on ' #'
Michael DeHaan committed -
Michael Vogt committed
-