Commit Graph

19280 Commits (c730af5dc22a47c13c0339afe79e3ad87a6a845c)
 

Author SHA1 Message Date
Toshio Kuratomi de9e70e590 Merge pull request #15490 from robinro/enable-git-tests-depth-version-again
Revert "Disable new git tests until a fix for rhel6/7 is merged."
8 years ago
Toshio Kuratomi bac47f6281 Update submodule refs 8 years ago
Brian Coca 7376405358 updated conditional docs
- added missing anchors
- clarified when/with interactions
- added examples for skipping loops on undefined vars
8 years ago
Chris Houseknecht ba74f5f3e5 Adding docker doc frag (#15494) 8 years ago
Brian Coca a5d79a39d5 Ensure action plugins remove tmp dirs created (#15501)
fixes #14917
8 years ago
Matt Davis 67e6bd18e4 Merge pull request #15488 from jctanner/AMC-32
WARN if the play or the task attempts to pass environment to the raw module
8 years ago
Rene Moser 8340f27302 doc: fix tpyos in changelog 8 years ago
Toshio Kuratomi eac46a2aae Add note about world-readable module changes when becoming an unprivileged user 8 years ago
Toshio Kuratomi ffae10a312 Add ziploader to CHANGELOG 8 years ago
Toshio Kuratomi 6520312a65 Update submodule refs 8 years ago
Brian Coca b1c3d2aacb removed unused section regex, corrected group one 8 years ago
Toshio Kuratomi 54524a18fa Merge pull request #15469 from abadger/ziploader-deux
Make ziploader handle python packages as well as python modules
8 years ago
Robin Roth 59bad647b6 Revert "Disable new git tests until a fix for rhel6/7 is merged."
This reverts commit 197d3dfe97.
8 years ago
Toshio Kuratomi 5fc90058e4 Make ziploader handle python packages as well as python modules 8 years ago
James Tanner 095ec760ac Provide a warning if the play or the task attempts to pass environment to the raw module.
Addresses ansible-modules-core/issues/32
8 years ago
ThomasSteinbach c600ab81ee Document connection types (#15155)
* first description of non ssh based connection types

* fixed formatting
8 years ago
Brian Coca 2cb24987e1 removed extra/reformated lines 8 years ago
Brian Coca bdb46ad0cc added new transparent vaulted copy feature 8 years ago
James Cammarata b3aae33fcd Updating CHANGELOG for some 2.1 features. 8 years ago
Brian Coca 37bf8e990c added ec2 snaphost facts module to changelog 8 years ago
Toshio Kuratomi 03126f7097 Fix cut and paste error of test code 8 years ago
James Cammarata f32592f092 Merge pull request #14400 from d3matt/FIX/paramiko_lecture
paramiko transport appears to hang if it gets a sudo lecture
8 years ago
Toshio Kuratomi ee18af48ef Merge pull request #15385 from bjne/mysql_unix_socket
mysql_*: enable mysql connection via unix socket
8 years ago
James Cammarata a0dea1ac35 Fix var precedence bug introduced in ff9f5d7d
Fixes #14067
8 years ago
Toshio Kuratomi 7b5d2d3bec Make sure that args are interpreted as utf8 on python3 8 years ago
Toshio Kuratomi 197d3dfe97 Disable new git tests until a fix for rhel6/7 is merged. 8 years ago
Toshio Kuratomi e386a51cf8 Trnasform file name to bytes before opening it to avoid unicode errors if python tries to encode it implicitly 8 years ago
Alexandr Elhovenko 3014f78bb9 Fix typo in FAQ (#15472) 8 years ago
Toshio Kuratomi 0a31c24938 Merge pull request #15419 from nitzmahone/module_debug_arg_override
add _load_params debug overrides for module args/file passed on cmdline
8 years ago
Toshio Kuratomi e6577ead30 Fix rst formatting 8 years ago
Toshio Kuratomi 596f6e0894 Update core submodule ref again for another git fix 8 years ago
Toshio Kuratomi 0e63f09d5a Fix for apt module test failures 8 years ago
Brian Coca 33761efd19 Merge pull request #15417 from bcoca/copy_vaulted
Copy vaulted
8 years ago
Toshio Kuratomi c8cb5e1042 Update submodule refs 8 years ago
Robin Roth e8b1c4e14a add test for git with both depth and version arguments (#15471)
* add test for ansible/ansible-modules-core#3456

combination of options version and depth

* add test of switching to older branch
8 years ago
Matt Davis 822f904aa6 Merge pull request #14813 from mattclay/lxd-plugin
Add lxd connection plugin.
8 years ago
James Cammarata 0e2f1b423d Merge pull request #15455 from chemikadze/devel
Fix duplicate host with different uuid created after add_host
8 years ago
James Cammarata 6eefc11c39 Make the loop variable (item by default) settable per task
Required for include+with* tasks which may include files that also
have tasks containing a with* loop.

Fixes #12736
8 years ago
René Moser ff0296f98a doc: another block/rescue with flush_handlers (#15463) 8 years ago
Will Thames cfe99b991f Add @willthames to committer list (#15454) 8 years ago
Toshio Kuratomi d2a7be142e A couple fixes for ziploader:
* Move zipcache temp dir creation into the locked section otherwise it
  races with other workers.
* Catch IOError and turn it into an AnsibleError.  IOErrors can hang
  multiprocessng.
8 years ago
nitzmahone 5b336832af add _load_params debug overrides for module args/file passed on cmdline
Updated python module wrapper explode method to drop 'args' file next to module.
Both execute() and excommunicate() debug methods now pass the module args via file to enable debuggers that are picky about stdin.
Updated unit tests to use a context manager for masking/restoring default streams and argv.
8 years ago
Matt Davis 6322ed833e Merge pull request #15422 from jhawkesworth/win_regedit_binary_tests
Windows: add win_regedit integration tests (needs https://github.com/ansible/ansible-modules-extras/pull/2034)
8 years ago
James Cammarata ed35e8bce2 Don't override the http status code when successful in urls.py 8 years ago
Toshio Kuratomi 7833b5bec4 Merge pull request #15420 from robinro/distribution_version_tests
Distribution version tests
8 years ago
Robin Roth 9bb069f873 Apache2 module integration test (#15380)
* add integration test for apache2_module

* fix assert syntax

* check os_family for this test

* add comment why only debian and suse are tested

* move apache2 test to destructive

* install apache2 package
8 years ago
Chris Houseknecht f28a0ca4bb Update Azure doc fragment (#15450)
* Add default attribute to all option doc strings.

* Fix fragment file name.
8 years ago
Brian Coca 621b98668f fixed boto.ec2 import
alternative to #15224 and fixes #11755
8 years ago
Nikolay Sokolov d8867d7ce3 Fix duplicate host with different uuid created after add_host
If add_host is performed with hostname existing in inventory, but
not yet accessed and put in inventory cache, additional host with
same hostname and different uuid is created, causing patterns to
misbehave.
8 years ago
Rene Moser 3c3061378b doc: changelog: add vmware_maintenancemode 8 years ago