Brian Coca
d4ebe77502
now use combine vars to preserve existing cached host vars
10 years ago
Brian Coca
c49685b753
removed debug play from tests
10 years ago
Brian Coca
a53cf9d6fa
now correctly aplies add_host passed variables last to override existing vars.
10 years ago
Brian Coca
7aab5d6828
Merge pull request #10503 from bcoca/addhost_addhostvars
...
now add_host loads hostvars
10 years ago
Brian Coca
0c57bed728
now add_host loads hostvars
10 years ago
Toshio Kuratomi
6264eb4e02
Pull in ec2_asg fixes from core modules
10 years ago
Toshio Kuratomi
e73b945900
Merge pull request #10112 from jsmartin/ec2_asg_rolling_integration_tests
...
Adds integration tests for new ec2_asg features
10 years ago
Toshio Kuratomi
d1641f2925
Remove the multiline string for arguments not.
10 years ago
Toshio Kuratomi
86dc83b76d
Merge pull request #10163 from maxamillion/docs_yaml_dict_playbook
...
Add intro to playbook docs using YAML dictionaries
10 years ago
Toshio Kuratomi
ac1c49302d
Update core modules pointer
10 years ago
Brian Coca
c576b440c6
Merge pull request #10502 from bcoca/checksums_only_sudo
...
ignore PE methods that are not sudo for checksums
10 years ago
Brian Coca
456f83962d
ignore PE methods that are not sudo for checksums until we get them working universally
10 years ago
Brian Coca
85cfe1bd52
added google addwords tag
10 years ago
Toshio Kuratomi
73f5a1fcdd
Update the extras module pointer
10 years ago
Toshio Kuratomi
b8efd3f777
Update core module pointer
10 years ago
Toshio Kuratomi
98db6a232d
Have selinux allow docker<=>nginx communication
10 years ago
Toshio Kuratomi
9dd5f8c758
Update core module pointer
10 years ago
Toshio Kuratomi
3c52c36629
Okay, let's see if these pauses are enough to get this passing
10 years ago
Brian Coca
fd2d7fe447
Merge pull request #10290 from bcoca/remove_bare_warning
...
removed bare variable detection as this confuses people
10 years ago
Toshio Kuratomi
2a967879fb
Fix the removal of busybox image
10 years ago
Toshio Kuratomi
c2fb0b8f9d
Some debugging for why docker tests are failing in jenkins
10 years ago
Toshio Kuratomi
f4c1260d03
Add more tests for private docker registries
10 years ago
Brian Coca
ba4e9a4c82
added missing become method inventory override
10 years ago
Toshio Kuratomi
259744d5f4
Remove debug statements
10 years ago
Toshio Kuratomi
2cfeec3683
Add tests using a docker private registry
10 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 ...
10 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
10 years ago
Toshio Kuratomi
9e14471471
And ran into a different problem with centos6. Sigh.
10 years ago
Toshio Kuratomi
85e137bbad
Attempt to enable docker tests for rhel/centos6 as well
10 years ago
Toshio Kuratomi
f8ec1451ea
Would help if I added these files in the right directory
10 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
10 years ago
Toshio Kuratomi
a64de2e000
Initial test of the docker module
10 years ago
Toshio Kuratomi
f9a66a7ff7
Update core module pointer
10 years ago
Toshio Kuratomi
e42848e0fe
Better comment for why we have get_checksum call itself sometimes
10 years ago
James Cammarata
3473a3bbec
Changes to become cmd formatting, per a47c132
10 years ago
James Cammarata
316284c56b
Making blocks support become, and cleaning up sudo/su references
10 years ago
Brian Coca
b11be68249
updated module ref
10 years ago
Brian Coca
bbdcba53da
fixed bug on using su on play level not setting become method correctly
10 years ago
Brian Coca
a47c132695
slight changes to allow for checksum and other commands to work correctly with quoting
10 years ago
Toshio Kuratomi
23f7538016
Merge pull request #10467 from sgargan/ec2_creds_error
...
Fix for issue #10422 .
10 years ago
Steve Gargan
ada2567dfb
log errors and explicitly exit rather than raising exceptions
10 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
10 years ago
Toshio Kuratomi
1bf0e60646
Update core module pointer
10 years ago
Brian Coca
b783ea94bb
fixed raw return check for privilege escalation
10 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
10 years ago
Brian Coca
3312a76987
Merge pull request #10461 from cblument/fact_ansible_uptime
...
Adding uptime_seconds fact for linux and darwin platforms
10 years ago
Toshio Kuratomi
caf2a96ef9
Merge pdksh fix to v2
10 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
10 years ago
Steve Gargan
fbff0449ce
fix for issue #10422 . outputs informative error message when AWS credentials are not available
10 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.
10 years ago