- 06 Aug, 2015 22 commits
-
-
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 -
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 8 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 -
James Cammarata committed
-
Brian Coca committed
-
Fix ssh connections to IPv6 addresses
James Cammarata committed -
Fixes #9933
James Cammarata committed
-
- 04 Aug, 2015 9 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
Fixes #11852
James Cammarata committed -
daburmistrov committed
-
Fixes #11851
James Cammarata committed -
James Cammarata committed
-
Fixes bugs related to creating Templar() objects on the fly, where the shared loader objects (serialized to TaskExecutor) aren't used so information loaded into plugin loaders after forking is lost. Fixes #11815
James Cammarata committed -
This field is templated specially during the TaskExecutor's loop calculation, so there's no need to post validate it again. Fixes #11481
James Cammarata committed
-
- 03 Aug, 2015 1 commit
-
-
Add test for https://github.com/ansible/ansible/issues/9851
Brian Coca committed
-