Commit Graph

6159 Commits (3256db99e2eb6c6f1600450fc30cdbd38ce63e8f)
 

Author SHA1 Message Date
James Cammarata 3256db99e2 Fixing digital_ocean documentation and a bug in os_subnet 9 years ago
Toshio Kuratomi 55d48a7a82 Finish up cleanups to modules:
* Add python>= 2.6 to documented requirements when a module's deps need
  python>= 2.6 so we know when a module can use python2.6+ syntax
* Remove BabyJSON usage
* Change modules to use if __name__ == '__main__' so that they can
  potentially be unittested

The BabJSON changes Fixes #1211
9 years ago
Matt Martz 2b5815efc9 Add compileall testing via travis to validate modules are python24 compatible 9 years ago
Toshio Kuratomi 8c10cc20ec Expand tildes and vars in the config file path 9 years ago
Brian Coca 145361aea3 Revert "Add deprecated documentation for _quantum_subnet"
cause it was already added

This reverts commit 3fa32c4984.
9 years ago
Toshio Kuratomi 9927e109b7 Add deprecated documentation for _quantum_subnet 9 years ago
Will Thames 167e7c2b81 Perform privilege grants/revokes only when required
Use `has_table_privileges` and `has_database_privileges`
to test whether a user already has a privilege before
granting it, or whether a user doesn't have  a privilege
before revoking it.
9 years ago
Brian Coca 4348475ed3 doc fixes 9 years ago
David Shrewsbury 3692518643 Update os_subnet module for latest shade
Shade can now handle creating, updating and deleting subnets.
This cleans up the module to take advantage of that.
9 years ago
David Shrewsbury abbf8a40ca Rename os_subnet to os_subnet.py 9 years ago
Monty Taylor ef1c7eef5b Add OpenStack Subnet module
Also deprecated old quantum_subnet module
9 years ago
xiaclo 1fb035a346 Update route53.py 9 years ago
xiaclo 2aa793ec0e Fix issue #1156
Fix as suggested in the issue.

https://github.com/ansible/ansible-modules-core/issues/1156
9 years ago
Toshio Kuratomi 30fc6f03d6 Allow playbook specified login_user and login_password to override config file settings 9 years ago
James Cammarata 76c6a53274 Fix missing expanduser on chdir value 9 years ago
James Cammarata 6a63f2a6ba Command module changes for v2 compatibility 9 years ago
Toshio Kuratomi f8d8af17cd Use a list comprehension instead of map and lambda 9 years ago
Toshio Kuratomi 474b731bcc Merge pull request #1036 from shr3kst3r/strip_spaces
Strip spaces around MySQL privileges before comparing to valid privileges
9 years ago
Toshio Kuratomi f3277f0f1f Import ansible module_utils at bottom of file to not mess with line numbers in tracebacks 9 years ago
Toshio Kuratomi 00e54793a2 Merge pull request #1408 from Jmainguy/yum_http_el5
forces EL5 to fail if name=:// url style path to rpm
9 years ago
Jonathan Mainguy 7a5ad0c7f3 add :// url support for EL 5 9 years ago
Toshio Kuratomi 5983d64d77 Properly flip default for verifying server cert. Add nice error messages when the cert is invalid 9 years ago
Toshio Kuratomi 7fea93835c Change uri module to validate ssl certs by default 9 years ago
Benno Joy 217dc6b0b7 Merge pull request #1430 from wimnat/feature/uri-doc-update
Doc update to highlight use of body_type parameter
9 years ago
whiter ba35cb8173 Doc update to highlight use of body_type parameter 9 years ago
Toshio Kuratomi 2b5e932cfb Fix for the new import code when password is empty 9 years ago
Benno Joy 415815ef45 Merge pull request #678 from Jimdo/handle-cfn-rollback-failure
Handle the case where a Cloudformation stack rollback fails.
9 years ago
Benno Joy bd7e3fc8ab Merge pull request #841 from billwanjohi/encrypt-s3-object
Encrypt s3 object
9 years ago
Brian Coca 92c823c69a Merge pull request #1378 from aioue/patch-4
Update vsphere_guest.py
9 years ago
billwanjohi 40eef6c3ec s3 put: add support for server-side encryption
- added 'encrypt' boolean option
- reordered module options alphanumerically
9 years ago
Benno Joy 57c8547a3b Merge pull request #1333 from wimnat/feature/issue-1332
rds module now will exit gracefully when resource=none
9 years ago
Toshio Kuratomi c80c471876 Merge branch 'stansonhealth-s3_retry' into devel 9 years ago
Toshio Kuratomi 5f9592248a Minor fixups found during review of #582 9 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
9 years ago
Brian Coca 44ef8b3bc6 Merge pull request #1426 from eest/service_openbsd_comments
service: Fix comments in OpenBsdService class.
9 years ago
Patrik Lundin fb41bdfc1e service: Fix comments in OpenBsdService class.
No functional change.
9 years ago
Brian Coca 7a6f532020 Merge pull request #1423 from ercpe/mysql_db-debugging
Improved output of mysql_db plugin
9 years ago
Toshio Kuratomi 476af93e96 Merge pull request #1358 from Jmainguy/mysql_user_dots
observe ` in privileges_unpack
9 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
9 years ago
Jonathan Mainguy db9ab9b262 escapeds changes
fixed merge conflict

remove uneeded regexs

arrays
9 years ago
Brian Coca 898f47e557 stat doc fix
fixes #1371
9 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'.
9 years ago
Robin Miller cda7a9be15 Replaced lambda functions with list comprehensions. 9 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 *.*.
9 years ago
Robin Miller 48c83a0d9d Merge remote-tracking branch 'upstream/devel' into devel 9 years ago
Brian Coca 58c6c3dd03 Merge pull request #1046 from emonty/feature/os_network
Add OpenStack Network module
9 years ago
Brian Coca d02ef57815 minor doc fix 9 years ago
Brian Coca 0c9dd0e6a4 Merge pull request #751 from j2sol/service_must_exist
Add service option to avoid failure on missing service
9 years ago
Toshio Kuratomi ce4cc0282a Merge pull request #1394 from j2sol/feature/os_server_actions
Add an openstack servers actions module
9 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
9 years ago