summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Submodule updates for 1.9v1.9.0-1James Cammarata2015-03-252-0/+0
|
* Updating submodule pointers for 1.9James Cammarata2015-03-251-0/+0
|
* cleaning up CHANGELOG with incorrect entriesJames Cammarata2015-03-251-24/+0
|
* Version bump for 1.9.0 final releaseJames Cammarata2015-03-254-5/+13
|
* tweaking the CHANGELOGJames Cammarata2015-03-251-110/+119
|
* And all of core module changes addedToshio Kuratomi2015-03-251-0/+122
|
* updated to latest refBrian Coca2015-03-241-0/+0
|
* makes raw module have quiet ssh so as to avoid extra output when not requriedBrian Coca2015-03-241-1/+4
|
* VERSION bump and submodule update for 1.9.0-0.2.rc2v1.9.0-0.2.rc2James Cammarata2015-03-203-10/+1
|
* Update core modules for asg tag fixToshio Kuratomi2015-03-201-6/+0
|
* Patch for bug #10485 - ansible_distribution fact populates as 'RedHat' on ↵Eri Bastos2015-03-201-1/+9
| | | | Oracle Linux systems
* now use combine vars to preserve existing cached host varsBrian Coca2015-03-201-2/+2
|
* removed debug play from testsBrian Coca2015-03-203-7/+15
|
* now correctly aplies add_host passed variables last to override existing vars.Brian Coca2015-03-202-6/+11
|
* now add_host loads hostvarsBrian Coca2015-03-201-7/+11
|
* Pull ec2_asg fixes by updating core modulesToshio Kuratomi2015-03-191-0/+0
|
* Have selinux allow docker<=>nginx communicationToshio Kuratomi2015-03-192-1/+18
|
* Okay, let's see if these pauses are enough to get this passingToshio Kuratomi2015-03-192-12/+38
|
* Fix the removal of busybox imageToshio Kuratomi2015-03-191-1/+1
|
* Some debugging for why docker tests are failing in jenkinsToshio Kuratomi2015-03-191-10/+12
|
* Add more tests for private docker registriesToshio Kuratomi2015-03-1912-6/+294
|
* Remove debug statementsToshio Kuratomi2015-03-191-6/+0
|
* Add tests using a docker private registryToshio Kuratomi2015-03-192-2/+69
|
* And ran into a different problem with centos6. Sigh.Toshio Kuratomi2015-03-191-2/+3
|
* Attempt to enable docker tests for rhel/centos6 as wellToshio Kuratomi2015-03-192-3/+20
|
* Would help if I added these files in the right directoryToshio Kuratomi2015-03-192-0/+47
|
* Ugh, looks like very few distros have the proper packages to run the docker ↵Toshio Kuratomi2015-03-192-51/+15
| | | | | | | module. break up the tests so that we can maybe run this on at least one platform
* Initial test of the docker moduleToshio Kuratomi2015-03-193-0/+75
|
* Pull another fix in from core modulesToshio Kuratomi2015-03-191-0/+0
|
* updated module ref for coreBrian Coca2015-03-191-0/+0
|
* updated core to latests stable 1.9Brian Coca2015-03-191-0/+0
|
* ignore PE methods that are not sudo for checksums until we get them working ↵Brian Coca2015-03-191-1/+7
| | | | universally
* removed bare variable detection as this confuses people and forced us to ↵Brian Coca2015-03-191-5/+0
| | | | allow for bare expressions
* Update the extras module pointerToshio Kuratomi2015-03-181-0/+0
|
* Update core module pointerToshio Kuratomi2015-03-181-0/+0
|
* Update docker moduleToshio Kuratomi2015-03-181-0/+0
|
* added missing become method inventory overrideBrian Coca2015-03-171-0/+2
|
* Update core modules pointerToshio Kuratomi2015-03-171-0/+0
|
* fixed issue with su in playsBrian Coca2015-03-161-0/+1
|
* slight changes to allow for checksum and other commands to work correctly ↵Brian Coca2015-03-162-14/+12
| | | | with quoting
* log errors and explicitly exit rather than raising exceptionsSteve Gargan2015-03-161-21/+22
|
* fix for issue #10422. outputs informative error message when AWS credentials ↵Steve Gargan2015-03-161-22/+35
| | | | are not available
* Enable assert_raises_regexp on py26James Laska2015-03-161-17/+32
|
* Add tox and travis-ci supportJames Laska2015-03-167-2/+29
| | | | | | | | | | | Add tox integration to run unittests in supported python releases. Travis-CI is used for test execution. Additionally, the unittest TestQuotePgIdentifier was updated to support using assert_raises_regexp on python-2.6. Sample travis-ci output available at https://travis-ci.org/ansible/ansible/builds/54189977
* Update core pointer to make use of DOCKER_TLS_VERIFY env var:Toshio Kuratomi2015-03-161-0/+0
| | | | https://github.com/ansible/ansible-modules-core/issues/946
* Update core modules pointerToshio Kuratomi2015-03-161-0/+0
|
* fixed raw return check for privilege escalationBrian Coca2015-03-161-2/+2
|
* Update core module pointerToshio Kuratomi2015-03-131-0/+0
|
* Fix detect of docker as virtualization_type.Hartmut Goebel2015-03-131-1/+1
| | | | | | | | | | | Not only match`/docker/`, but also `docker-` followed by a hex-id. Example (shortened): ``` $ cat /proc/1/cgroup 8:blkio:/system.slice/docker-de73f4d207861cf8757b69213ee67bb234b897a18bea7385964b6ed2d515da94.scope 7:net_cls:/ ```
* added test requirements for pipjhermann2015-03-121-0/+7
|