Richard Isaacson
|
e6f6a73328
|
Merge pull request #6461 from risaacson/modules_make_run_command_safer
Modules make run command safer
|
11 years ago |
Richard C Isaacson
|
2b53ece3ab
|
mysql_db module: typo fix
Tests clean.
|
11 years ago |
Richard C Isaacson
|
427221786c
|
Shell updates.
|
11 years ago |
James Cammarata
|
bd16cce3e9
|
Merge pull request #6460 from jsmartin/riak-bugfix
Fixes various typos, fetch_url now working, changed command composure for wait_for_service
|
11 years ago |
James Cammarata
|
ccc0a8cbb0
|
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 |
James Martin
|
3d032b9db9
|
Fixes various typos introduced in a9017af2bb .
Fixes odd encoding problem with wait_for_service.
|
11 years ago |
Michael DeHaan
|
78ebf5d266
|
Still more shell fixes.
|
11 years ago |
Michael DeHaan
|
98500b335b
|
Fixup shell handling in monit module.
|
11 years ago |
Michael DeHaan
|
dac90278db
|
More shell fixes
|
11 years ago |
James Tanner
|
6067d826e4
|
Close parens in portinstall
|
11 years ago |
Michael DeHaan
|
4e8b97ddeb
|
More shell updates
|
11 years ago |
James Tanner
|
e7f74251c8
|
Fix missing colons in cpanm
|
11 years ago |
James Tanner
|
89024f5d9f
|
Fix typo in portinstall
|
11 years ago |
Michael DeHaan
|
c193604f60
|
Some more run_command updates.
|
11 years ago |
Michael DeHaan
|
81b4ebbe1d
|
Fixes for run_command shell usage in remainder of packaging modules, save portinstall.
|
11 years ago |
Michael DeHaan
|
6010e74839
|
Various commits to enable no-shell or safe-shell usage, more to come.
|
11 years ago |
Patrick Smith
|
4173608b58
|
git: Execute git commands in `dest` directory
|
11 years ago |
Richard C Isaacson
|
154f123b7f
|
setup module: Mark unsafe commands as use_unsafe_shell=True.
|
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 |
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 |
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 |
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 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 |
James Tanner
|
6da2c37112
|
Fixes #6411 Return None for ec2 api endpoints that return 404
|
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 |
Michael DeHaan
|
a689e42d32
|
Fix ec2_facts module by removing stray fail statement
|
11 years ago |
Michael DeHaan
|
3b79a36641
|
Merge pull request #6409 from risaacson/migrate_booleans_bool_ec2_eip
Bulk update of choices=BOOLEANS to type='bool'
|
11 years ago |
Michael DeHaan
|
9b7da52ed7
|
Merge pull request #6408 from risaacson/migrate_booleans_bool_digital_ocean
Bulk update of choices=BOOLEANS to type='bool'
|
11 years ago |
Richard C Isaacson
|
a1c87e6deb
|
Fix docstring issue.
|
11 years ago |
Richard C Isaacson
|
1b28e3bf41
|
Bulk update of choices=BOOLEANS to type='bool'
|
11 years ago |
Richard C Isaacson
|
10f70bee49
|
Bulk update of choices=BOOLEANS to type='bool'
|
11 years ago |