Michael DeHaan
29c32890d5
Add notes about module.run_command to coding guidelines.
11 years ago
Dan Koch
bbf320fd22
Work around for cwd stat problems with run_command and sudo
...
This fixes issue #6443
11 years ago
James Cammarata
2c7d58abe0
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
Michael DeHaan
d37f0c6d12
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
Patrick Smith
4173608b58
git: Execute git commands in `dest` directory
11 years ago
Jakub Jirutka
2bfaacd170
Fix #5679 again after recent changes in core
11 years ago
Richard Isaacson
ebfc776533
Merge pull request #6444 from risaacson/setup_unsafe_shell
...
setup module: Mark unsafe commands as use_unsafe_shell=True.
11 years ago
Richard C Isaacson
154f123b7f
setup module: Mark unsafe commands as use_unsafe_shell=True.
11 years ago
Michael DeHaan
6d841d120e
Don't process shell commands as arrays.
11 years ago
James Cammarata
86d2ee4b97
Don't append tags from roles to the plays tags list
...
Fixes #6393
11 years ago
James Cammarata
d8a81c488e
Remove validate_certs parameter from fetch_url calls
11 years ago
James Cammarata
a9017af2bb
Adding validate_certs to all modules that use fetch_url
11 years ago
Michael DeHaan
cfabc2e28a
module.run_command is intended to bypass the shell here, so can't do ">>"
11 years ago
James Cammarata
7f38cff989
Remove unused code from get_ca_certs() function
11 years ago
James Cammarata
804e4166c8
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
0b0ca95731
Expand environment variables and tildes passed to commands generically across the board.
11 years ago
James Tanner
0e38f5dfdc
Check for hash availability during vault operations
11 years ago
Ryan
e4805fe411
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
Michael DeHaan
c8db3c2db9
Revert "Fix issue#6430 by instantiating Network() with expected arguments"
...
This reverts commit 2a723e908e
.
11 years ago
Michael DeHaan
2d3296d7bd
Merge pull request #6433 from jlaska/integration_ec2
...
Always run cleanup after running cloud_integration tests
11 years ago
Michael DeHaan
f2a1887f1c
Merge pull request #6436 from jlaska/issue_6430
...
Fix issue#6430 by instantiating Network() with expected arguments
11 years ago
James Laska
2a723e908e
Fix issue#6430 by instantiating Network() with expected arguments
11 years ago
Michael DeHaan
e0147f18b1
Merge pull request #6421 from bcoca/stat_noread_nomd5
...
now stat skips md5 if file isn't readable
11 years ago
James Laska
551cb1892b
Always run cleanup after running cloud_integration tests
11 years ago
Andy Trevorah
e4ad97b918
reworked apt-repository auto-install to be like yum
11 years ago
Richard Isaacson
681dcf437a
Merge pull request #6429 from risaacson/migrate_booleans_bool_django_manage
...
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard Isaacson
0fd80f3f6f
Merge pull request #6428 from risaacson/migrate_booleans_bool_postgresql_user
...
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard Isaacson
d0795a8336
Merge pull request #6427 from risaacson/migrate_booleans_bool_rax_files_objects
...
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard Isaacson
a6c89a86f6
Merge pull request #6426 from risaacson/migrate_booleans_bool_rax_files
...
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard Isaacson
9bb8c2aa42
Merge pull request #6425 from risaacson/migrate_booleans_bool_rax
...
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard Isaacson
2bd97dc8b6
Merge pull request #6424 from risaacson/migrate_booleans_bool_quantum_subnet
...
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard Isaacson
125775dc3d
Merge pull request #6423 from risaacson/migrate_booleans_bool_gce
...
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard Isaacson
e784ba533a
Merge pull request #6422 from risaacson/migrate_booleans_bool_ec2_vpc
...
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard C Isaacson
c1af272ba1
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard C Isaacson
c2bf201bce
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard C Isaacson
c3dc195362
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard C Isaacson
3121a7f3ec
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard C Isaacson
86adb60a82
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard C Isaacson
05a1883cb9
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard C Isaacson
1ea5b04e05
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Richard C Isaacson
e40fd9bb0d
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
Brian Coca
463a1c21ea
now stat skips md5 if file isn't readable
11 years ago
jctanner
f1301f6fd9
Merge pull request #6415 from devoncrouse/devel
...
Fixed references to missing method in ec2 modules
11 years ago
Brian Coca
906e59d8a8
added new role_names variable that exposes current roles list
11 years ago
James Tanner
6da2c37112
Fixes #6411 Return None for ec2 api endpoints that return 404
11 years ago
Brian Coca
7778aca966
templates ignore_errors
11 years ago
Michael DeHaan
bb047b9e89
Changelog updates for things merged already into 1.6
11 years ago
James Tanner
bd3322824f
Remove duplicate digital_ocean_droplet module
11 years ago
Devon Crouse
b853778a93
Fixed references to missing method in ec2 modules
...
Change-Id: I9b89d433b545269d111b3c290b6411aabf58dd24
11 years ago
Matt Martz
c3667b7b51
First pass at hipchat example callback plugin
11 years ago