summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos (#16498)Shota2016-06-2911-12/+12
|
* Update submodule refsToshio Kuratomi2016-06-291-5/+8
|
* In some cornercases, sys.executable is empty. Work around that by choosing ↵Toshio Kuratomi2016-06-291-1/+6
| | | | | | | a sensible default path to python and emitting a warning (#16487) Fixes #13585 Fix grammar of warning method
* task get_path returns empty string when not in playBrian Coca2016-06-291-2/+4
|
* Quote the azure requirement to prevent > causing file redirection (#16490)Alex Willmer2016-06-291-1/+1
| | | Running it without quotes caused a file called '=2.0.0rc4' to be created, containing the stdout of pip installing azure 1.x
* Merge pull request #16486 from privateip/netcmdPeter Sprygada2016-06-281-15/+5
|\ | | | | removes dependency on collections module from netcmd
| * removes dependency on collections module from netcmdPeter Sprygada2016-06-281-15/+5
| | | | | | | | | | This change removes the dependency on collections so netcmd is compatable with python versions prior to py2.7
* | Handle repeat includes in junit callback. (#16484)Matt Clay2016-06-281-1/+5
| |
* | Update submodule refsToshio Kuratomi2016-06-282-18/+10
| |
* | Search path (#16387)Brian Coca2016-06-289-66/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * smarter function to figure out relative paths takes list of paths in order of relevance to current task and does the dwim magic on them * shared function for action plugins using new dwim unify path construction and error info/messaging made include and role non exclusive corrected order and now smarter about tasks includes inside roles are currently broken as they don't provide the correct role data make dirname full match to avoid corner cases * migrated action plugins to new dwim function reported plugins to use exceptions instead of info * clarified needle
* | Run shippable tests in unprivileged containers. (#16481)Matt Clay2016-06-281-4/+6
| | | | | | * Run shippable tests in unprivileged containers.
* | removed unused booleanBrian Coca2016-06-281-1/+0
| |
* | added skipped_reason for verbosity not metBrian Coca2016-06-281-0/+1
| | | | | | | | fixes http://github.com/ansible/ansible-modules-core/issues/4062
* | Unpin yamllint now that version 1.3.2 is out. (#16479)Matt Clay2016-06-281-1/+1
| | | | | | | | The newer version of yamllint fixes the UnicodeEncodeError which previously required pinning the version to 1.2.2.
* | Refactor the parameter splitting in ini lookup to handle more path formats ↵jctanner2016-06-282-4/+96
|/ | | | | | | | | | (#16477) Refactor the parameter splitting in ini lookup to handle more path formats. Fixes #16468
* push unicode handling into unfrackBrian Coca2016-06-281-2/+2
|
* fix path utilsBrian Coca2016-06-281-5/+7
|
* Noticed a typo (#16474)Andrew2016-06-281-1/+1
| | | Only major typo on document. Several terms that are not ideal English words.
* add holders to partitions (#16446)Lars Fredriksen2016-06-281-10/+15
| | | | | | * add holders to partitions * make holder gathering a function
* Don't modify the original task ds when preprocessing dataJames Cammarata2016-06-281-1/+1
| | | | | | | | In the case of using YAML anchors/aliases, YAML actually uses references to the duplicated object so any modifications to the original impacts later uses of the object. Fixes #13575
* Switch test_lookups to badssl/local testing. (#16466)Matt Clay2016-06-274-3/+6
| | | | | * Switch test_lookups to badssl/local testing. * Use var for checking badssl host content.
* Merge pull request #16465 from nitzmahone/no_mustaches_docfixMatt Davis2016-06-271-1/+3
|\ | | | | update conditional docs to clarify no mustaches required
| * update conditional docs to clarify no mustaches requirednitzmahone2016-06-271-1/+3
|/
* Pin yamllint to 1.2.2 to avoid issues in 1.3.0. (#16464)Matt Clay2016-06-274-8/+8
| | | This also moves shippable test requirements to external files.
* Add missing {cache,inventory}_plugins to ansible.cfg (#16463)Scott Mcdermott2016-06-271-0/+2
|
* Lookup password omit salt (#16361)Pilou2016-06-272-19/+71
| | | | | | | | * Lookup unencrypted password must not include salt * Integration test lookup: remove previous directory * Test that lookup password doesn't return salt * Lookup password: test behavior with empty encrypt parameter Closes #16189
* CHANGELOG update for win_setup changesnitzmahone2016-06-271-0/+5
|
* bump core submodule refnitzmahone2016-06-271-7/+7
|
* if seconds are specified, min is 1Brian Coca2016-06-271-0/+2
|
* Merge pull request #15992 from ogenstad/asaPeter Sprygada2016-06-273-0/+333
|\ | | | | Module util, template action and doc fragment for Cisco ASA
| * Module util, template action and doc fragment for Cisco ASAogenstad2016-06-013-0/+333
| |
* | Test ansible version and ping during sanity tests. (#16441)Matt Clay2016-06-241-1/+13
| |
* | Fix junit callback plugin for Python 2.6. (#16440)Matt Clay2016-06-241-2/+17
| |
* | Fixing issues with getattr caused by 5a3493bJames Cammarata2016-06-243-30/+16
| |
* | Adding the release playbookJames Cammarata2016-06-241-0/+305
| |
* | Update submodule refsToshio Kuratomi2016-06-242-12/+18
| |
* | Revert "Enable Shippable email notifications. (#16429)"Matt Clay2016-06-241-4/+2
| | | | | | | | This reverts commit 5fdcc2f2b0d4012daad80409c77142e645468cd6.
* | Changes to be committed: (#16430)YueMing Qin2016-06-241-0/+0
| | | | | | renamed: lookup_pipe.py -> lookup_pipe.yml
* | Enable Shippable email notifications. (#16429)Matt Clay2016-06-231-2/+4
| |
* | Add Slack notifications for Shippable. (#16428)Matt Clay2016-06-231-0/+8
| |
* | add integration test to assert included tasks run in proper ordernitzmahone2016-06-233-0/+24
| |
* | Merge pull request #16422 from privateip/networkPeter Sprygada2016-06-231-5/+0
|\ \ | | | | | | bug fix changes Config class in network to only raise exceptions
| * | changes Config class in network to only raise exceptionsPeter Sprygada2016-06-221-5/+0
| | | | | | | | | | | | | | | The Config class should not call fail_json but simply raise exceptions and allow the implementor to handle the exception
* | | Merge pull request #16424 from privateip/vyosPeter Sprygada2016-06-231-0/+154
|\ \ \ | | | | | | | | initial commit of vyos shared module with Cli transport
| * | | initial commit of vyos shared module with Cli transportPeter Sprygada2016-06-231-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | This adds support for the VyOS network operating system using the Cli transport. This module will simplify building VyOS based modules in Ansible
* | | | Fix off-by-one error with retriesJames Cammarata2016-06-231-1/+3
| | | | | | | | | | | | | | | | Fixes #16408
* | | | Remove unnecessary role initialization and lookup stuffJames Cammarata2016-06-232-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unnecessary copying of values from parents to role deps, as this can cause problems when roles have multiple parents (or the same parents with different params speficied through deps) * Since we're already checking the dep chain in the block for role things (which every task in a role should have), it is not necessary to check the role directly in case it improperly grabs something Fixes #14438
* | | | apply @zazard's fix to parent attribute lookupnitzmahone2016-06-231-1/+1
|/ / /
* | | Update intro_configuration.rst (#16416)Bill Nottingham2016-06-231-1/+1
| | | | | | | | | | | | | | | Fix callback plugin path (per lib/ansible/constants.py) (cherry picked from commit e877ea7f2beb8892cdfe0d8653ad932d119bc3ff)
* | | Properly wrap objects using json default encoderJames Cammarata2016-06-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our custom encoder for the to_json filter was simply returning the object if it was not a HostVars object, leading in some cases to a TypeError when the data contained an undefined variable. This lead to an odd error message being propagated up, so we now properly catch this as an undefined variable error. Fixes #15610