summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we add host/group vars files when parsing inventoryissue_16117James 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
|
* 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
| * | added failing test for testing if executable is not empty stringSaran Ahluwalia2016-06-021-0/+112
| | |
* | | Merge pull request #16105 from mckerrj/develJason McKerr2016-06-024-98/+239
|\ \ \ | | | | | | | | 2.2 Roadmap and moving Roadmap into docsite with links from root roadmap file.
| * \ \ Merge branch 'devel' of github.com:mckerrj/ansible into develJason McKerr2016-06-020-0/+0
| |\ \ \
| | * \ \ Merge branch 'mckerrj-devel' into develJason McKerr2016-06-022-97/+128
| | |\ \ \
| | | * | | Update ROADMAP_2_2.rstJason McKerr2016-06-011-1/+1
| | | | | |
| | | * | | Update ROADMAP_2_2.rstJason McKerr2016-06-011-2/+1
| | | | | |
| | | * | | Update ROADMAP_2_2.rstJason McKerr2016-06-011-0/+1
| | | | | |
| | | * | | Update ROADMAP_2_2.rstJason McKerr2016-06-011-1/+1
| | | | | |
| | | * | | Merge pull request #1 from alikins/mc-develJason McKerr2016-06-011-95/+113
| | | |\ \ \ | | | | | | | | | | | | | | formatting
| | | | * | | formattingAdrian Likins2016-06-011-2/+1
| | | | | | |
| | | | * | | formattingAdrian Likins2016-06-011-11/+17
| | | | | | |
| | | | * | | formattingAdrian Likins2016-06-011-92/+105
| | | |/ / /
| | | * | | Update ROADMAP_2_2.rstJason McKerr2016-06-011-1/+1
| | | | | |
| | | * | | Update ROADMAP.rstJason McKerr2016-06-011-0/+1
| | | | | |
| | | * | | Update ROADMAP.rstJason McKerr2016-06-011-3/+2
| | | | | | | | | | | | | | | | | | more formatting. I suck at RST.
| | | * | | Update ROADMAP_2_2.rstJason McKerr2016-06-011-1/+13
| | | | | | | | | | | | | | | | | | formatting
| | | * | | Update ROADMAP.rstJason McKerr2016-06-011-1/+2
| | |/ / /
| | * | | Update ROADMAP_2_2.rstJason McKerr2016-06-011-4/+6
| | | | |
| | * | | Update ROADMAP.rstJason McKerr2016-06-011-5/+6
| | | | | | | | | | | | | | | formatting stuff
| | * | | adding docs for individual roadmap docs. Adding subdir in docsite forJason McKerr2016-06-013-98/+182
| | | | | | | | | | | | | | | | | | | | them. removing md file