summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FEATURE: handler listenersproposal_handler_pub_subJames Cammarata2016-06-075-9/+28
| | | | Fixes ansible/proposals#8
* Merge pull request #15958 from Schnitzel/taskinclude_handlerJames Cammarata2016-06-062-8/+44
|\ | | | | new HandlerTaskInclude Class which can run TaskIncludes inside Handlers
| * Fixes #15915: New HandlerTaskInclude Class which can run TaskIncludes inside ↵Michael Schmid2016-05-222-8/+44
| | | | | | | | Handlers
* | Merge pull request #16154 from vlna/patch-1Adrian Likins2016-06-061-1/+1
|\ \ | | | | | | Typo fix: Kuraotmi -> Kuratomi
| * | Typo fix: Kuraotmi -> Kuratomivlna2016-06-061-1/+1
| | |
* | | Merge pull request #16142 from drew-russell/patch-1Adrian Likins2016-06-061-1/+1
|\ \ \ | | | | | | | | Fix typo in the VMware section
| * | | Fix typo in the VMware sectionDrew Russell2016-06-061-1/+1
| |/ /
* | | Merge branch 'andreyshestakov-devel' into develJames Cammarata2016-06-062-4/+4
|\ \ \
| * | | Tweak the poll time to 0.005 to improve perf with large playbooksJames Cammarata2016-06-062-4/+4
| | | |
| * | | Merge branch 'devel' of https://github.com/andreyshestakov/ansible into ↵James Cammarata2016-06-062-4/+4
| |\ \ \ | | | | | | | | | | | | | | | andreyshestakov-devel
| | * | | Fix sleep intervals (14219)Andrey Shestakov2016-05-312-4/+4
| | | | |
* | | | | Fix recursive call of _load_inventory_file() in VariableManagerJames Cammarata2016-06-061-1/+1
|/ / / / | | | | | | | | | | | | Fixes #16128
* | | | Make sure we add host/group vars files when parsing inventoryJames Cammarata2016-06-062-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Also fixes a bug where add_host was not adding the vars files Fixes #16117
* | | | Adding unit tests for playbook group/host varsJames Cammarata2016-06-061-0/+10
| | | |
* | | | much more fine grained error messagesBrian Coca2016-06-061-4/+14
| | | | | | | | | | | | | | | | fixes #16039
* | | | Merge pull request #16038 from larsks/docs/become-examplesSandra Wills2016-06-061-0/+17
|\ \ \ \ | | | | | | | | | | docs: add some examples to the documentation for become
| * | | | docs: add some examples to the documentation for becomeLars Kellogg-Stedman2016-05-271-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there were some questions on `#ansible` about the `become` suite of directives, and I thought it would be helpful if this document had an example or two.
* | | | | Support etcd v2. Use this version by default (#12312)rdezavalia2016-06-061-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support etcd v2. Use this version by default * default to etcd v1
* | | | | added sensu_subscription moduleBrian Coca2016-06-061-0/+1
| |_|/ / |/| | |
* | | | Merge pull request #15965 from edevil/python_envChris Houseknecht2016-06-051-2/+2
|\ \ \ \ | | | | | | | | | | Update interpreter for azure inventory script
| * | | | Fix whitespace.André Cruz2016-05-231-1/+1
| | | | |
| * | | | Use the python executable specified by the environment.André Cruz2016-05-231-1/+1
| | |_|/ | |/| |
* | | | Change uses of unicode() to to_unicode() in inventory/__init__.pyJames Cammarata2016-06-041-2/+2
| | | |
* | | | Mark implicitly hosts as such and exclude them from the all groupJames Cammarata2016-06-043-0/+12
| | | | | | | | | | | | | | | | Fixes #16059
* | | | Merge pull request #16132 from mattclay/shippable-ircMatt Clay2016-06-041-0/+8
|\ \ \ \ | | | | | | | | | | Add IRC notifications to shippable.yml.
| * | | | Add IRC notifications to shippable.yml.Matt Clay2016-06-041-0/+8
| | | | |
* | | | | Port urls.py to python3 and other byte vs text fixes (#16124)Toshio Kuratomi2016-06-049-89/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Port urls.py to python3 Fixes (largely normalizing byte vs text strings) for python3 * Rework what we do with attributes that aren't set already. * Comments
* | | | | update azure minimum doc fragmentnitzmahone2016-06-041-1/+1
| | | | |
* | | | | updates for Azure SDK 2.0.0rc4nitzmahone2016-06-042-29/+17
|/ / / /
* | | | Merge pull request #16112 from mattclay/fast-integrationMatt Clay2016-06-042-9/+29
|\ \ \ \ | | | | | | | | | | Split integration tests into multiple groups.
| * | | | Split integration tests into multiple groups.Matt Clay2016-06-042-9/+29
| | | | | | | | | | | | | | | | | | | | This will allow tests to complete much faster.
* | | | | Merge pull request #13433 from fghaas/lxcMatt Clay2016-06-041-0/+67
|\ \ \ \ \ | |/ / / / |/| | | | Add inventory script for LXC containers
| * | | | Add inventory script for LXC containersFlorian Haas2016-06-031-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables an LXC server's configuration as an inventory source for LXC containers. In LXC, containers can be defined with an "lxc.group" configuration option that is normally used with lxc-autostart -g. Here, we are using the same option to build Ansible inventory groups. In addition to being grouped according to their lxc.group entry (or entries, as LXC allows a single container to be in multiple groups), we also add all containers (including those with no lxc.group entry) to the "all" group.
* | | | | Fix the code-smell tests for six againToshio Kuratomi2016-06-041-1/+1
| | | | |
* | | | | Fix YAML source and check it on Shippable (#15678)Adrien Vergé2016-06-045-4/+30
| | | | | | | | | | | | | | | Fix YAML source and check it on Shippable
* | | | | Update submodule refsToshio Kuratomi2016-06-042-12/+10
| | | | |
* | | | | Update submodule refsToshio Kuratomi2016-06-042-16/+11
|/ / / /
* | | | Fix the copy action to not send the content as a param. (#16127)Toshio Kuratomi2016-06-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Has already been transferred as a tempfile. This fixes the error in https://github.com/ansible/ansible/issues/16125 but there may be higher level issues that should be fixed as well (other modules might be able to cause status fields like failed and changed to return a censored string instead of a bool). So leaving 16125 open for now.
* | | | fixed group assignment in DO inventory (#16102)Brian Coca2016-06-031-15/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed group assignment in DO inventory * changed sets to lists as we are appending dicts * deeper fix as original data structure was flawed
* | | | bump core submodule refnitzmahone2016-06-031-8/+5
| | | |
* | | | Merge pull request #16126 from mattclay/shippable-fixMatt Clay2016-06-032-1/+8
|\ \ \ \ | | | | | | | | | | Update how shippable scripts are called.
| * | | | Update how shippable scripts are called.Matt Clay2016-06-032-1/+8
| | | | |
* | | | | Merge pull request #13145 from Mic92/develMatt Clay2016-06-033-0/+237
|\ \ \ \ \ | |/ / / / |/| | | | lxc connection plugin
| * | | | lxc connection pluginJörg Thalheim2016-05-283-0/+237
| | |/ / | |/| |
* | | | minor optimizationBrian Coca2016-06-031-2/+1
| | | |
* | | | optimize openbsd pkg_mgr fact discoveryBrian Coca2016-06-031-4/+5
| | | |
* | | | updated package to use minimal fact gatheringBrian Coca2016-06-031-2/+2
| | | | | | | | | | | | | | | | also fixed results handling of fact gathering
* | | | Show a better error message when there is too much arguments (#16119)Michael Scherer2016-06-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If someone run: ansible all -m file state=present The error message is "Missing target hosts" which is misleading, since the target hosts is here, the problem is the missing '-a'.
* | | | Force relative role paths to be absolute and correct errors about missing ↵jctanner2016-06-032-7/+13
| | | | | | | | | | | | | | | | | | | | path(s). (#16088) Addresses #10811
* | | | Merge pull request #16113 from ahlusar1989/unittestsMatt Clay2016-06-021-0/+112
|\ \ \ \ | | | | | | | | | | Unittests for Raw Module