Commit Graph

13705 Commits (b8a9d87f30c86b7737b3cf63c4de67fd8547ce0e)
 

Author SHA1 Message Date
Toshio Kuratomi 2cfeec3683 Add tests using a docker private registry 9 years ago
Brian Coca fe6a2d644d Merge pull request #10487 from sgargan/cron-pull-path-issue
avoid path issues by determining the path of ansible-pull and using its ...
9 years ago
Steve Gargan 4ce791fe84 avoid path issues by determining the path of ansible-pull and using its path to run ansible and ansible-playbook 9 years ago
Toshio Kuratomi 9e14471471 And ran into a different problem with centos6. Sigh. 9 years ago
Toshio Kuratomi 85e137bbad Attempt to enable docker tests for rhel/centos6 as well 9 years ago
Toshio Kuratomi f8ec1451ea Would help if I added these files in the right directory 9 years ago
Toshio Kuratomi 23291e8d8c Ugh, looks like very few distros have the proper packages to run the docker module.
break up the tests so that we can maybe  run this on at least one
platform
9 years ago
Toshio Kuratomi a64de2e000 Initial test of the docker module 9 years ago
Toshio Kuratomi f9a66a7ff7 Update core module pointer 9 years ago
Toshio Kuratomi e42848e0fe Better comment for why we have get_checksum call itself sometimes 9 years ago
James Cammarata 3473a3bbec Changes to become cmd formatting, per a47c132 9 years ago
James Cammarata 316284c56b Making blocks support become, and cleaning up sudo/su references 9 years ago
Brian Coca b11be68249 updated module ref 9 years ago
Brian Coca bbdcba53da fixed bug on using su on play level not setting become method correctly 9 years ago
Brian Coca a47c132695 slight changes to allow for checksum and other commands to work correctly with quoting 9 years ago
Toshio Kuratomi 23f7538016 Merge pull request #10467 from sgargan/ec2_creds_error
Fix for issue #10422.
9 years ago
Steve Gargan ada2567dfb log errors and explicitly exit rather than raising exceptions 9 years ago
Toshio Kuratomi 37ab61c542 Update core pointer to make use of DOCKER_TLS_VERIFY env var:
https://github.com/ansible/ansible-modules-core/issues/946
9 years ago
Toshio Kuratomi 1bf0e60646 Update core module pointer 9 years ago
Brian Coca b783ea94bb fixed raw return check for privilege escalation 9 years ago
Brian Coca 5eae435357 removed Darwin get_uptime_facts as it seems to crash on OS X, will waiy for a
patch tested by someone that has access to the platform
9 years ago
Brian Coca 3312a76987 Merge pull request #10461 from cblument/fact_ansible_uptime
Adding uptime_seconds fact for linux and darwin platforms
9 years ago
Toshio Kuratomi caf2a96ef9 Merge pdksh fix to v2 9 years ago
Toshio Kuratomi 27be0421c0 Merge pull request #10466 from eest/env-setup_pdksh
env-setup: Don't use ${.sh.file} if shell is pdksh
9 years ago
Steve Gargan fbff0449ce fix for issue #10422. outputs informative error message when AWS credentials are not available 9 years ago
Patrik Lundin 731b268cd6 env-setup: Don't use ${.sh.file} if shell is pdksh
The default ksh in OpenBSD throws the following error:
===
$ . hacking/env-setup
ksh: hacking/env-setup[23]: ${.sh.file}": bad substitution
[...]
===

The same error can be seen on Linux if pdksh is used.
9 years ago
Chris Blumentritt 7813ffd719 Adding uptime_seconds fact for linux and darwin platforms
Adds ansible_uptime_seconds facts for linux and darwin platforms.  BSD
platforms may also work.
9 years ago
James Cammarata 22304afd1d More fixing of become stuff in v2 9 years ago
Toshio Kuratomi 70f56c135c Port #10357 to v2 9 years ago
Toshio Kuratomi 8c3b5690e5 Merge pull request #10357 from htgoebel/devel
Fix detect of docker as virtualization_type.
9 years ago
Brian Coca c2a87a20ee Merge pull request #10459 from mrcrilly/patch-1
Correct version number.
9 years ago
Michael Crilly 8e346186b2 Correct version number.
1.8.4 is the latest stable now, I believe.
9 years ago
James Cammarata 070c7c319f Started implementing become in v2 9 years ago
James Laska f451974efe Use correct URL for travis status badge
This uses the `devel` branch when displaying the travis-ci status badge.
9 years ago
Brian Coca d65e1ee2cb Merge pull request #10455 from jlaska/tox_and_travis
Add tox and travis-ci support
9 years ago
James Laska 60acdee0dc Enable assert_raises_regexp on py26 9 years ago
James Laska 3d67e9e0c0 Add tox and travis-ci support
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
9 years ago
Toshio Kuratomi c8de03d516 Merge pull request #10448 from jhermann/add-test-requirements
added test requirements for pip
9 years ago
Toshio Kuratomi f05cda6ffc Comma is also dependent on position within the hash 9 years ago
jhermann 90886594fa added test requirements for pip 9 years ago
Brian Coca c94c3d134e Merge pull request #10447 from bcoca/sync_test_fix
fixed and reintroduced syncronize test
9 years ago
Brian Coca 74bf59082d fixed and reintroduced syncronize test, fakerunner object needed become_method to be it's default 'sudo' 9 years ago
Toshio Kuratomi 644e50fe34 Hash randomization makes one of the heuristic_log_sanitize checks not work.
Nothing we can do, when it sanitizes ssh_urls it's simply overzealous.
9 years ago
Brian Coca b5d23543f0 fixed and reintroduced syncronize test, fakerunner object needed become_method to be it's default 'sudo' 9 years ago
James Cammarata b1d78a61fc Initial support for vault in v2
TODO:
* password prompting needs to be implemented, but is being worked on
  as part of the become privilege escalation changes
9 years ago
James Cammarata eb850bf81a Fix issue with unarchive disabling pipelining mode
Was using persist_files=True when specifying the create paramater,
which breaks pipelining. Switched to use delete_remote_tmp=False instead,
which is the proper way to preserve the remove tmp dir when running
other modules from the action plugin.
9 years ago
Brian Coca a675b10b3b Merge pull request #10329 from bcoca/var_merge_combined
changed from hash_merge to combine vars which resets default to
9 years ago
Brian Coca ac1493faae fixed missed conversion of su to become 9 years ago
Toshio Kuratomi ee831e1071 Fix v2 for #10426
Note: In v1 we fix this by transforming into unicode just before we use
it (when we send it to jinja2) because jinja2 cannot handle non-ascii
characters in str.

In v2 our model is that all text values need to be stored as unicode
type internally.  So we transform this to unicode when we read it from
the inventory file and save it into the internal dict instead.
9 years ago
Toshio Kuratomi 4710a07fb0 Test case for #10426 9 years ago