- 06 Aug, 2015 8 commits
-
-
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
-
- 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 8 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
Fixes #11852
James Cammarata 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 16 commits
-
-
Add test for https://github.com/ansible/ansible/issues/9851
Brian Coca committed -
fixes #11808
Brian Coca committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Brian Coca committed
-
Brian Coca committed
-
James Cammarata committed
-
Fixes #11836
Toshio Kuratomi committed -
Fixes #10858
James Cammarata committed -
Fixes #11839
James Cammarata committed -
James Cammarata committed
-
Also modifies the Play class to not include become* fields in the post-validation step. Fixes #11353
James Cammarata committed -
And use it in the call to get the loop items for a task.
James Cammarata committed -
Fix for PowerShell unquote method when passed None.
James Cammarata committed -
Raw is not raw enough
James Cammarata committed -
Bug #11830, keep working even if we use private_networking
James Cammarata committed
-