summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a configuration setting that allows the user to specify printing of task ↵display-play-argsToshio Kuratomi2016-02-184-3/+53
| | | | | | arguments in the header. Fixes #14554
* Merge pull request #13593 from agaffney/develBrian Coca2016-02-181-0/+76
|\ | | | | Add 'filtered' stdout callback plugin
| * Add 'filtered' stdout callback pluginAndrew Gaffney2015-12-211-0/+76
| | | | | | | | | | | | | | | | This plugin filters output for any task that is 'ok' or 'skipped'. It works by subclassing the 'default' stdout callback plugin and overriding certain functions. It will suppress display of the task banner until there is a 'changed' or 'failed' result or an unreachable host.
* | Merge pull request #14521 from mscherer/fix_14520Brian Coca2016-02-181-1/+1
|\ \ | | | | | | Remove spurious 'either', fix #14520
| * | Remove spurious 'either', fix #14520Michael Scherer2016-02-171-1/+1
| | |
* | | added specific info to deprecation messageBrian Coca2016-02-181-2/+2
| | | | | | | | | | | | | | | should now show actual variable that is undefined fixes #14526
* | | updated diff info, added slack callbackBrian Coca2016-02-181-1/+8
| | | | | | | | | | | | also added note about callback new info access
* | | Merge pull request #13408 from sivel/v2-slack-callbackBrian Coca2016-02-181-0/+230
|\ \ \ | | | | | | | | V2 slack callback plugin
| * | | v2 version of slack callback pluginMatt Martz2016-01-281-0/+230
| | | |
* | | | Merge pull request #13412 from bcoca/playbook_displayBrian Coca2016-02-182-0/+23
|\ \ \ \ | | | | | | | | | | added playbook and options info to callbacks
| * | | | added playbook and options info to callbacksBrian Coca2016-02-182-0/+23
|/ / / / | | | | | | | | | | | | | | | | | | | | will display on certain verbosity levels, both playbook/file info and non empty options with which it's running. avoid errors when not using CLI classes
* | | | added examples for new diff color configsBrian Coca2016-02-181-0/+3
| | | |
* | | | Merge pull request #14491 from gechr/gc-simple-colour-diffBrian Coca2016-02-182-3/+15
|\ \ \ \ | | | | | | | | | | Add simple --diff colour support
| * | | | Make --diff colours configurableGeorge Christou2016-02-172-5/+8
| | | | |
| * | | | Add simple --diff colour supportGeorge Christou2016-02-151-3/+12
| | | | |
* | | | | Merge pull request #14450 from bcoca/include_vars_mergeBrian Coca2016-02-181-2/+4
|\ \ \ \ \ | | | | | | | | | | | | Include vars merge
| * | | | | properly combine vars if merge is setBrian Coca2016-02-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | hash_behaviour = merge now also applies to include vars
* | | | | | Merge pull request #14490 from bcoca/stat_instead_of_checksumBrian Coca2016-02-184-38/+61
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use stat module instead of checksum code
| * | | | | | updated to use to_unicode as per feedbackBrian Coca2016-02-181-1/+1
| | | | | | |
| * | | | | | use stat module instead of checksum codeBrian Coca2016-02-164-38/+61
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added new function for action plugins this avoids the very fragile checksum code that is shell dependant. - ported copy module to it - converted assemble to new stat function - some corrections and ported temlpate - updated old checksum function to use new stat one under the hood - documented revamped remote checksum method
* | | | | | Merge pull request #14488 from bcoca/become_shell_fixesBrian Coca2016-02-184-15/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | shell + become fixes
| * | | | | | shell + become fixesBrian Coca2016-02-154-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 less level of shell + quoting simplified become commands, less quote and shell
* | | | | | | Merge pull request #14550 from wzzrd/manpage_typoBrian Coca2016-02-181-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix a typo in man1/ansible
| * | | | | | | Fix a typo in man1/ansibleMaxim Burgerhout2016-02-181-1/+1
|/ / / / / / /
* | | | | | | Renaming ISSUE_TEMPLATE.md -> issue_template.mdJames Cammarata2016-02-171-0/+0
| | | | | | |
* | | | | | | minor bugfix that will catch connection errors in eosPeter Sprygada2016-02-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes a situation where connection errors would be caught but no useful information display. The connection error is now caught and emitted in a call to fail_json
* | | | | | | minor bugfix that will catch connection errors in iosPeter Sprygada2016-02-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes a situation where connection errors would be caught but no useful information display. The connection error is now caught and emitted in a call to fail_json
* | | | | | | minor bugfix that will catch connection errors in iosxrPeter Sprygada2016-02-171-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes a situation where connection errors would be caught but no useful information display. The connection error is now caught and emitted in a call to fail_json
* | | | | | | minor bugfix that will catch connection errors in junosPeter Sprygada2016-02-171-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes a situation where connection errors would be caught but no useful information display. The connection error is now caught and emitted in a call to fail_json
* | | | | | | minor bugfix that will catch connection errors in nxosPeter Sprygada2016-02-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes a situation where connection errors would be caught but no useful information display. The connection error is now caught and emitted in a call to fail_json
* | | | | | | Merge pull request #13203 from willthames/galaxy_10620James Cammarata2016-02-174-4/+13
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Allow tree-ish versions for ansible-galaxy
| * | | | | | Add tests for #10620Will Thames2015-11-182-2/+2
| | | | | | |
| * | | | | | Allow tree-ish to be used for galaxy role versionMick Bass2015-11-182-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that ansible-galaxy version can be a branch, a tag, or any tree-ish supported by git including specific commit IDs. For git scm roles, adds an explicit git checkout of the specified role_version prior to the git archive. This means that we'll always archive from HEAD of whatever role_version is checked out. role_version can be a branch, a tag, or any <tree-ish> supported by git including specific commit IDs. These changes also ensure ansible-galaxy works for scm clones when specified version differs from repository default branch.
* | | | | | | Merge pull request #14505 from ahartz1/patch-1Brian Coca2016-02-161-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Update stated location of common_module.py
| * | | | | | Change reference to basic.py, where the implementation details liveAdam Hartz2016-02-161-1/+1
| | | | | | |
| * | | | | | Update stated location of common_module.pyAdam Hartz2016-02-161-1/+1
|/ / / / / /
* | | | | | removed follow from common file docsBrian Coca2016-02-151-8/+0
| |/ / / / |/| | | |
* | | | | pushed non-atomic to option of last resortBrian Coca2016-02-151-19/+22
| | | | | | | | | | | | | | | | | | | | try to copy into place first
* | | | | Merge pull request #14477 from pgrange/develBrian Coca2016-02-151-31/+31
|\ \ \ \ \ | | | | | | | | | | | | Fix related to #13981
| * | | | | Fix related to #13981Pascal Grange2016-02-151-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When working around "bad systems that insist on not allowing updates in an atomic manner", we should not run previous exception management code that tries to perform atomic move in case of exception since the dirty non atomic move has already been performed.
* | | | | | Merge pull request #14474 from Aga303/manBrian Coca2016-02-151-0/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | document exit status for ansible-playbook
| * | | | | | document exit status for ansible-playbookAleksi Aalto2016-02-151-0/+18
| |/ / / / /
* | | | | | Merge pull request #14480 from ikrauchanka/patch-1Brian Coca2016-02-151-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update playbooks_lookups.rst
| * | | | | Update playbooks_lookups.rstIllia Krauchanka2016-02-151-0/+1
|/ / / / /
* | | | | extended api example with more options in tasksBrian Coca2016-02-131-3/+6
| | | | | | | | | | | | | | | | | | | | also adopted to less requried options
* | | | | make some options not mandatory to passBrian Coca2016-02-131-23/+11
| | | | | | | | | | | | | | | | | | | | this should simplify api calls
* | | | | Fix bugs related to task_includes and dep chain inheritanceJames Cammarata2016-02-132-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix the way task_include fields were created and copied * Have blocks get_dep_chain() look at task_include's blocks for proper dep chain inheritance * Fix the way task_include fields are copied to prevent a recursive degradation Fixes #14460
* | | | | adds new action plugin iosxr_templatePeter Sprygada2016-02-121-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new action plugin iosxr_template that allows the iosxr_template module to pass network device configurations through the template engine. It also allows configurations to be backed up.
* | | | | Merge pull request #14447 from mckerrj/develJason McKerr2016-02-121-0/+98
|\ \ \ \ \ | | | | | | | | | | | | Initial roadmap to be published. 2.1 release
| * | | | | series of changes based on PR commentsJason McKerr2016-02-111-8/+8
| | | | | |