- 07 Aug, 2015 2 commits
-
-
add credstash lookup plugin
Brian Coca committed -
Brian Coca committed
-
- 06 Aug, 2015 34 commits
-
-
ansible-pull users rejoice
Brian Coca committed -
Toshio Kuratomi committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Restore ValueError in md5 method and change finding the available hash algorithms so we only have to do it once
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Add get_available_hash_algorithms()
Toshio Kuratomi committed -
James Cammarata committed
-
The "streamlined" syntax will be deprecated at some point in the future. Fixes #11882
James Cammarata committed -
Brian Coca committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
This is a slightly different fix than we originally committed, but fixes the problem in a less invasive way (and I believe it's generally better that we don't deal with relative paths internally past this point) Fixes #11789
James Cammarata committed -
in view of simpler solution incomming from james This reverts commit bae7a02b.
Brian Coca committed -
breaks handling constants.py errors gracefully This reverts commit 59f96d71.
Brian Coca committed -
add documentation about any_errors_fatal
Brian Coca committed -
daburmistrov committed
-
Brian Coca committed
-
Path of group_vars and host_vars were getting the basedir added twice.
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Add missed broadcast address to linux network facts.
Brian Coca committed -
Update README.md
James Cammarata committed -
Update README.md
James Cammarata committed -
Allow exceptions to pass through the program
James Cammarata committed -
This is useful when using `ipython --pdb -- $(which ansible-playbook) ...` for debugging. Also show traceback when `ANSIBLE_DEBUG` is on
Will Thames committed -
Scott Cunningham committed
-
credstash lookup plugin: error out in run function when credstash not installed, not at module scope
Scott Cunningham committed -
Reformat commands to code format to make it stand out.
Charles Chan committed -
Fix missing download badge. Link to shields.io.
Charles Chan committed -
Fix inventory so this won't happen and fix DataLoader so that it will test relative paths relative to self._basedir Fixes #11789
Toshio Kuratomi committed
-
- 05 Aug, 2015 4 commits
-
-
Fixes #8261
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
* Better comments * Reorganize code so related settings are close to each other * Add ::1 to the "localhost" patterns we look for * Make the dest_port parameter override the ansible_ssh_port setting * Fix dest_port (wasn't being set) * more complete detection of delegate_to * Fix set_remote_user (wasn't being looked for in parameters) * Instead of removing mode here, have the ansible module accept it (better documents the parameters doing it htat way)
Toshio Kuratomi committed -
So that roles are loaded ahead of all other play fields, meaning any plugins contained within the roles are loaded first before tasks. Fixes #11858
James Cammarata committed
-