Commit Graph

6108 Commits (74b7ce9dcf93b1f37597ded6e6990d1e993a3b68)
 

Author SHA1 Message Date
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
Brian Coca 1736c8dfea Merge pull request #1399 from SUSE/devel
Add SLE12 support to hostname.py
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
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
Schlueter 02cd8489c1 Add Documentation 10 years ago
Schlueter 3bae8bda10 Use standard if statement to check state in easy_install resource 10 years ago
Schlueter 9b6a741615 Correct pass by object reference issue 10 years ago
Brian Coca 150b71f11a removed executable bit 10 years ago
Toshio Kuratomi 0860505770 Merge pull request #1390 from Jmainguy/mysql_user_lowercase
changes hostname to lowercase
10 years ago
Toshio Kuratomi 8d4ed1043b Merge pull request #1389 from Jmainguy/ami_tags
fixes example documenation
10 years ago
Jonathan Mainguy 5a22f052b4 changes hostname to lowercase 10 years ago
Jonathan Mainguy 3a294c3379 fixes example documenation 10 years ago
Toshio Kuratomi e591763d62 Merge pull request #1331 from ansible/uri-encoding-fix
Fix problem writing binary content to a temporary file in the uri module
10 years ago
Toshio Kuratomi 59ea9003ea Merge pull request #1359 from Jmainguy/hostname_64_chars
added nice error for systemd hosts where name > 64 chars
10 years ago
Toshio Kuratomi 3319875ecf Merge pull request #1384 from kozmaz87/fix_yum_latest
YUM disablerepo fix when state=latest
10 years ago
Zoltan Kozma 364536a76e - Fixed annoying bug that disablerepo was essentially broken if a package needed updating by state latest.
- Replaced some unsafe practice with default parameters. However looking at the code this does not seem to matter much as the calling functions always seem to supply these parameters anyway.
10 years ago
Monty Taylor 6606e4f68d Add OpenStack Network module
Also, deprecate the old quantum network module
10 years ago
Schlueter 9468a65bed Add state to easy_install 10 years ago
Benno Joy b0412c13fc Merge pull request #1367 from Aclima/file-dir-example
Adding directory creation example to file module.
10 years ago
Toshio Kuratomi 8d2fdf2aff Update the cron docs to specify that it takes a boolean value 10 years ago
Toshio Kuratomi 0c04a54f67 Merge pull request #1368 from ansible/postgresql-user-account-vs-role-fix
Fix a problem introduced with #1101 and optimize privilege handling
10 years ago
Toshio Kuratomi 4106047e77 Fix documentation of the variable that backup file name is returned in 10 years ago
Brian Coca bfda7b8943 Merge pull request #1356 from bcoca/normalize_mysql_bools
minor doc fix and made sure check_implicit_admin is true boolean
10 years ago
Toshio Kuratomi c9b17136e4 Fix a problem introduced with #1101 and optimize privilege handling
* If a db user belonged to a role which had a privilege, the user would
  not have the privilege added as the role gave the appearance that the
  user already had it.  Fixed to always check the privileges specific to
  the user.
* Make fewer db queries to determine if privileges need to be changed
  and change them (was four for each privilege.  Now two for each object
  that has a set of privileges changed).
10 years ago