James Cammarata
7b319d8606
Version bump for 1.5.5
11 years ago
James Cammarata
a0e027fe36
Make sure umask is set restrictively before creating any vault files
11 years ago
James Cammarata
c4b5e46054
Backporting apt_repository module from devel
11 years ago
James Cammarata
f1f63829ef
Version bump for 1.5.4 release
11 years ago
James Cammarata
12b12bba92
Splitting SETUP_CACHE into two caches, one for host vars and one for setup facts
11 years ago
James Cammarata
998793fd0a
Fixes to safe_eval
11 years ago
Michael DeHaan
157b783521
Merge pull request #6491 from jlaska/apt_repository_signing_fix
...
[apt_repository] Correct check_mode conditional logic
11 years ago
James Cammarata
fc02883017
CHANGELOG and README updates for 1.5.3
11 years ago
James Cammarata
2cf0dadb47
Revert "Rejoin args list into a string for run_command when using an unsafe shell"
...
This reverts commit 4273cb2d8e
.
11 years ago
James Cammarata
13692311e8
Fix typo in run_command when sending data that is not binary
11 years ago
James Tanner
824d42081c
Update VERSION file for 1.5.3 release
11 years ago
James Cammarata
c96c3c483c
Rejoin args list into a string for run_command when using an unsafe shell
...
This allows the use of an args list with leading environment variables,
which otherwise would fail due to the way Popen works.
11 years ago
James Laska
48a1c156ee
[test_service] correct upstart service name and permissions
...
The 'service' utility was unable to find the 'ansible_test' service due to an
unexpected filename. This patch corrects the filename and adjusts the
permissions to match other service scripts within /etc/init/.
11 years ago
James Laska
f641cb1665
Correct ansible_distribution typo
...
Redhat != RedHat
11 years ago
James Laska
3157dc5620
Use correct value of ansible_distribution in integration tests
...
This fixes integration tests when run on a RHEL system. Oddly, the
ansible_distribution='RedHat' when run on RHEL.
11 years ago
James Laska
f0a89d5bdf
Correct test integration ec2 cleanup script
11 years ago
James Cammarata
763235a83d
Fix regression in dnsmadeeasy module caused by fetch_url change
...
Also:
* changed this module to use https for requests to the API
* fixed a bug in which a traceback was caused when the domain wasn't found
Fixes #6457
11 years ago
Richard Isaacson
b489406507
Merge pull request #6461 from risaacson/modules_make_run_command_safer
...
Modules make run command safer
11 years ago
James Martin
4c3781899e
Fixes various typos introduced in a9017af2bb
.
...
Fixes odd encoding problem with wait_for_service.
11 years ago
James Tanner
1728734d69
Fix test_fetch role
11 years ago
Michael DeHaan
ac34b67bf4
Still more shell fixes.
11 years ago
Michael DeHaan
053a5fb46f
Fixup shell handling in monit module.
11 years ago
Michael DeHaan
64d69a88f7
More shell fixes
11 years ago
James Tanner
c78a5681fc
Close parens in portinstall
11 years ago
Michael DeHaan
b5ce0526bc
Remove files added by cherry-pick from devel
11 years ago
Michael DeHaan
e6b05da55b
More shell updates
...
Conflicts:
library/system/debconf
11 years ago
James Tanner
6738737518
Fix missing colons in cpanm
11 years ago
James Tanner
1be68b4821
Fix typo in portinstall
11 years ago
Michael DeHaan
d2036cedcc
Some more run_command updates.
11 years ago
Michael DeHaan
4392246b47
Fixes for run_command shell usage in remainder of packaging modules, save portinstall.
11 years ago
Michael DeHaan
626f9629e2
Various commits to enable no-shell or safe-shell usage, more to come.
...
Conflicts:
library/packaging/cpanm
11 years ago
James Cammarata
80df6e4197
Only use cwd in run_command kwargs if the directory exists
11 years ago
Patrick Smith
a401f9579d
git: Execute git commands in `dest` directory
11 years ago
James Cammarata
fbf36040f4
Make sure the cwd exists in run_command before trying to use it
11 years ago
Dan Koch
5c568bb00c
Work around for cwd stat problems with run_command and sudo
...
This fixes issue #6443
11 years ago
James Cammarata
baeabd9180
Compile ca certs into a temp file to reduce number of attempts
...
For those who may have a large number of certs found, this can reduce
the number of ssl connections attempted.
11 years ago
James Cammarata
a28ff5f830
Remove validate_certs parameter from fetch_url calls
11 years ago
James Cammarata
cb40013d15
Adding validate_certs to all modules that use fetch_url
11 years ago
James Cammarata
f4a20feb4d
Remove unused code from get_ca_certs() function
11 years ago
James Cammarata
02b2e532db
Rewriting ssl validation to try multiple certs found in paths
...
Previously, the function checked only for a single CA root cert, however
some distributions may have multiple certs in a directory. This will now
try any .crt or .pem file contained within several common paths for
each platform.
Fixes #6412
11 years ago
Michael DeHaan
eef4096e8f
Use same implementation as ssh.py for "is in host file" checks in module code, prevents git module from adding keys more than once.
11 years ago
Michael DeHaan
453bedcf87
Don't process shell commands as arrays.
11 years ago
Michael DeHaan
dbfcf0325e
Expand environment variables and tildes passed to commands generically across the board.
11 years ago
Ryan
72c7841c57
add module param to Network & sub-classes
...
add module param to Network and sub-classes of Network, so that ansible 1.5.1 changes to LinuxNetwork apply to all Network classes.
11 years ago
James Tanner
42ca3d8076
Check for hash availability during vault operations
11 years ago
James Tanner
b0771f3cd2
Wrap crypto.hash imports with try/except
11 years ago
Devon Crouse
521e135cb3
Fixed references to missing method in ec2 modules
...
Change-Id: I9b89d433b545269d111b3c290b6411aabf58dd24
11 years ago
James Tanner
d808604a51
Fixes #6411 Return None for ec2 api endpoints that return 404
11 years ago
Michael DeHaan
e509191b76
Fix ec2_facts module by removing stray fail statement
11 years ago
James Tanner
de753fe99c
Fix test_async by using env python
11 years ago