Benno Joy
bd7e3fc8ab
Merge pull request #841 from billwanjohi/encrypt-s3-object
...
Encrypt s3 object
10 years ago
Brian Coca
92c823c69a
Merge pull request #1378 from aioue/patch-4
...
Update vsphere_guest.py
10 years ago
billwanjohi
40eef6c3ec
s3 put: add support for server-side encryption
...
- added 'encrypt' boolean option
- reordered module options alphanumerically
10 years ago
Benno Joy
57c8547a3b
Merge pull request #1333 from wimnat/feature/issue-1332
...
rds module now will exit gracefully when resource=none
10 years ago
Toshio Kuratomi
c80c471876
Merge branch 'stansonhealth-s3_retry' into devel
10 years ago
Toshio Kuratomi
5f9592248a
Minor fixups found during review of #582
10 years ago
Toshio Kuratomi
dcc04f9505
Merge branch 's3_retry' of https://github.com/stansonhealth/ansible-modules-core into stansonhealth-s3_retry
...
Conflicts:
cloud/amazon/s3.py
10 years ago
Jonathan Davila
e2773f7554
author fix
10 years ago
Brian Coca
44ef8b3bc6
Merge pull request #1426 from eest/service_openbsd_comments
...
service: Fix comments in OpenBsdService class.
10 years ago
Patrik Lundin
fb41bdfc1e
service: Fix comments in OpenBsdService class.
...
No functional change.
10 years ago
Brian Coca
7a6f532020
Merge pull request #1423 from ercpe/mysql_db-debugging
...
Improved output of mysql_db plugin
10 years ago
Toshio Kuratomi
476af93e96
Merge pull request #1358 from Jmainguy/mysql_user_dots
...
observe ` in privileges_unpack
10 years ago
Toshio Kuratomi
0ab2f81d4f
Merge pull request #1411 from AndrewPashkin/add_docker_api_version_argument_to_docker_image
...
Add 'docker_api_version' to docker_image
10 years ago
Jonathan Mainguy
db9ab9b262
escapeds changes
...
fixed merge conflict
remove uneeded regexs
arrays
10 years ago
Brian Coca
898f47e557
stat doc fix
...
fixes #1371
10 years ago
Toshio Kuratomi
2c7c23e8e7
Merge pull request #1262 from bobobox/feature-fix-rds-mysql-revoke
...
mysql_user: Only revoke actually granted permissions, not 'ALL'.
10 years ago
Robin Miller
cda7a9be15
Replaced lambda functions with list comprehensions.
10 years ago
Robin Miller
74b7ce9dcf
Only revoke actually granted permissions, not 'ALL'.
...
This prevents errors when the login_user does not have 'ALL'
permissions, and the 'priv' value contains fewer permissions than are
held by an existing user. This is particularly an issue when using an
Amazon Web Services RDS instance, as there is no (accessible) user with
'ALL' permissions on *.*.
10 years ago
Robin Miller
48c83a0d9d
Merge remote-tracking branch 'upstream/devel' into devel
10 years ago
Brian Coca
58c6c3dd03
Merge pull request #1046 from emonty/feature/os_network
...
Add OpenStack Network module
10 years ago
Brian Coca
d02ef57815
minor doc fix
10 years ago
Brian Coca
0c9dd0e6a4
Merge pull request #751 from j2sol/service_must_exist
...
Add service option to avoid failure on missing service
10 years ago
Toshio Kuratomi
ce4cc0282a
Merge pull request #1394 from j2sol/feature/os_server_actions
...
Add an openstack servers actions module
10 years ago
Brian Coca
0e572aa3f4
Merge pull request #1422 from bcoca/wait_time_delay_sleep
...
sleep when only doing a time delay to avoid cpu churn
10 years ago
Brian Coca
6d088169ef
Merge pull request #1348 from devjatkin/issue_1230
...
fix apt to handle virtual packages correctly
10 years ago
Brian Coca
0d41af23c2
Merge pull request #909 from bcoca/apt_return_cacheinfo
...
added updated cache time to apt, also started documenting return values
10 years ago
Brian Coca
7810a898e8
sleep when only doing a time delay to avoid cpu churn
10 years ago
Johann Schmitz
8892aa2bf4
Improved output of mysql_db plugin
...
Show error number and error description on connect error to ease debugging.
10 years ago
Brian Coca
1736c8dfea
Merge pull request #1399 from SUSE/devel
...
Add SLE12 support to hostname.py
10 years ago
whiter
71ad56b151
Fix for issue #1332 - when instance is has finished deleting and get_db_instance returns None, exit gracefully
10 years ago
Toshio Kuratomi
d74187438f
Merge pull request #1417 from fdupoux/mysql-db-use-python-pipelines
...
Decompress mysql dumps on the fly using python subprocess …
10 years ago
fdupoux
380b122d5a
Refactoring to avoid duplication of code which manages the decompression of database dumps in various formats
10 years ago
fdupoux
f634c10636
Simplify code which prepares the decompression command
10 years ago
Toshio Kuratomi
32e609720a
Refactor dump compression and use get_bin_path for finding the compressors
10 years ago
fdupoux
1e2ce363f7
Decompress mysql dumps on the fly using python subprocess during an import to simplify operation
10 years ago
Benno Joy
29f4a5a1ed
Merge pull request #1407 from Jmainguy/service_check_ubuntu
...
fixes check mode for Ubuntu 14.04
10 years ago
Benno Joy
784589eede
Merge pull request #1414 from wangqiang8511/issu_fix_1302
...
Do instance update after add tags to instance.
10 years ago
Wang Qiang
31f3319b56
Do instance update after add tags to instance.
10 years ago
Andrew Pashkin
27c174128b
Add 'docker_api_version' to docker_image
...
By default docker-py uses latest version of Docker API. This is not
always desireable, and this patch adds option to specify version, that
should be used.
10 years ago
Jonathan Mainguy
442b6a2067
fixes check mode for Ubuntu 14.04
10 years ago
James Cammarata
b5399d3446
Re-reverting windows modules PR #384
10 years ago
Benno Joy
51fa223a0d
Merge pull request #1398 from markocelan/devel
...
Added support for foreign security groups (Fixes : #373 )
10 years ago
Vladislav Lewin
771b369005
add SLE12 support to hostname.py
10 years ago
marko
5f5be7bc2a
Added support for foreign security groups ( Fixes : #373 )
10 years ago
Jesse Keating
a14aee5239
Add an openstack servers actions module
...
This module supports a few of the server actions that are easy to
initially impiment. Other actions require input and provide return
values in the API calls that will be more difficult to impliment, and
thus are not part of this initial commit.
10 years ago
Toshio Kuratomi
16d83e9e1a
Merge pull request #1392 from br0ziliy/fix-add-state-to-easy-install-pull-request
...
Fix "_is_package_installed() takes exactly 4 arguments, 3 provided"
10 years ago
Vasyl Kaigorodov
f0dc27227c
Fix "_is_package_installed() takes exactly 4 arguments, 3 provided" error
10 years ago
Toshio Kuratomi
0877aae3fe
Merge pull request #1383 from schlueter/add-state-to-easy_install
...
Add state to easy_install
10 years ago
Schlueter
1030cb48a7
Add 'version_added' to state documentation for easy_install resource
10 years ago
Schlueter
17544062ec
Correct reference to gem in easy_install resource
10 years ago