summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Create and use AnsibleChainMap for the master dict of variablesansible_chain_mapJames Cammarata2016-05-296-38/+153
* Bump ansible-modules-core submodule to commit 90e8a36d4c2b3f53ee725b0a4f694d3...chouseknecht2016-05-271-8/+7
* Solve performance issue with a large number of groups (#13957)Tobias Wolf2016-05-271-14/+49
* moved validate info from vvv to debugBrian Coca2016-05-272-2/+2
* Fix missing ignore_certs (#16018)Chris Houseknecht2016-05-273-14/+7
* Fix unarchive failures when the destination is a symlink to a directory (#15999)Toshio Kuratomi2016-05-262-3/+3
* Merge pull request #16012 from stpierre/list-like-choicesMatt Davis2016-05-261-2/+2
|\
| * Modules: check for list-like choices in arg specChris St. Pierre2016-05-261-2/+2
* | Use get_dep_chain() instead of directly using a blocks _dep_chainJames Cammarata2016-05-261-2/+2
* | fixed service fact usageBrian Coca2016-05-261-3/+3
|/
* Merge pull request #15974 from resmo/feature/vpcRené Moser2016-05-261-0/+54
|\
| * cloudstack: add common network codeRene Moser2016-05-241-0/+27
| * cloudstack: add VPC supportRene Moser2016-05-231-0/+27
* | updated subrefsBrian Coca2016-05-252-20/+13
* | re-add the service action plugin (#13001)Brian Coca2016-05-251-0/+64
* | Add strings 'True' and 'False' as booleans as python bools converted to strin...Toshio Kuratomi2016-05-251-2/+2
* | Update submodule refsToshio Kuratomi2016-05-242-40/+17
* | Adds a general purpose Exception class for F5 modules (#15977)Tim Rupp2016-05-241-1/+8
* | skip non executable inventory when no shebang (#15969)Brian Coca2016-05-241-2/+2
* | Add SEQUENCETYPE to handle the dict_keys type (#15953)Michael Scherer2016-05-231-2/+8
* | renamed systemd detection functionBrian Coca2016-05-231-2/+2
* | Save and restore the loader's basedir when loading playbooksJames Cammarata2016-05-231-0/+8
|/
* Add a alias for 'long' since python3 do not have it (#15952)Michael Scherer2016-05-231-0/+6
* When adding nested blocks, don't pass in any parent includesJames Cammarata2016-05-231-1/+1
* Fix the error handling for loop squashing to restore the name argument into t...Toshio Kuratomi2016-05-211-1/+5
* bump submodule refsnitzmahone2016-05-202-10/+44
* now we show path from which we load module on vvvBrian Coca2016-05-201-1/+2
* return friendlier error when failing to make dirsBrian Coca2016-05-201-2/+3
* Avoid duplicate system related fact calls. (#15716)jctanner2016-05-191-3/+8
* Update submodule refsToshio Kuratomi2016-05-192-13/+10
* Merge pull request #15919 from camradal/develMatt Davis2016-05-191-1/+1
|\
| * Fix issue with latest pyvmomi and certificate validationAlexey Kalinin2016-05-141-1/+1
* | Catch DistributionNotFound when pycrypto is absent (#15731)Peter Oliver2016-05-191-0/+5
* | Add work-around for ssh pty race condition.Matt Clay2016-05-192-0/+11
* | docs: cloudstack: add cloudstack guide to doc fragments (#15898)René Moser2016-05-191-0/+1
* | Update submodule refsToshio Kuratomi2016-05-182-10/+13
* | Make 'required' optional in module docs (#15906)Matt Davis2016-05-181-5/+3
|/
* More playbook executor compatibility fixesJames Cammarata2016-05-182-4/+12
* Make load_params into a function that custom modules can access (#15913)Toshio Kuratomi2016-05-181-47/+66
* Merge pull request #15743 from mattchilders/multi-parent-netcfg-differencePeter Sprygada2016-05-181-0/+2
|\
| * Fixed issue with parents havings depth of 3+ on add method of NetworkConfigmachilde2016-05-051-0/+2
* | Rename pycompat to pycompat24Toshio Kuratomi2016-05-182-1/+1
* | In TQM run() mark any entries in _failed_hosts as failed in the PlayIteratorJames Cammarata2016-05-181-0/+7
* | Re-remove checking for failed state on hosts when building list of hostsJames Cammarata2016-05-181-1/+1
* | Make sure that serial failures are handled correctly.Vincent Roy2016-05-181-0/+6
* | Don't let max_fail_percentage affect future plays.Vincent Roy2016-05-181-1/+1
* | Handle max_fail_percentage per task.Vincent Roy2016-05-181-0/+13
* | Don't stop executing plays after failure.Vincent Roy2016-05-181-4/+4
* | Backward compatibility execution failures with 1.9Vincent Roy2016-05-182-4/+3
* | Merge pull request #15755 from ocadotechnology/fix-junos-netconf-ssh-agentPeter Sprygada2016-05-181-1/+1
|\ \