summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump of branch for 1.8.2release1.8.2James Cammarata2014-12-041-1/+1
* Fix typoToshio Kuratomi2014-12-041-1/+1
* Add USAGE as a valid privilegeToshio Kuratomi2014-12-042-3/+3
* supervisorctl: Don't try to start a starting programTomasz Kontusz2014-12-041-2/+2
* retry_interval needs to be a float before passing to time.sleepSteve Fox2014-12-041-1/+1
* Escape % in db+table names before adding to a format string being passed into...Toshio Kuratomi2014-12-041-3/+7
* Fix module traceback instead of returning an errorToshio Kuratomi2014-12-041-1/+3
* Version bump of core modules for release 1.8.1release1.8.1James Cammarata2014-11-261-1/+1
* Fix for single role_attrToshio Kuratomi2014-11-261-3/+5
* Add a bare grant to the list of allowed privilegesToshio Kuratomi2014-11-261-5/+5
* Fix cornercase tracebaxk when detecting whether submodules changedToshio Kuratomi2014-11-261-1/+2
* Fix user_alter in postgresql_userDevin Christensen2014-11-261-2/+2
* Fix user_add in postgresql_userDevin Christensen2014-11-261-1/+1
* Fix syntax errorDevin Christensen2014-11-261-1/+1
* Adding VERSION file for 1.8.0release1.8.0James Cammarata2014-11-251-0/+1
* Escape mysql identifiersToshio Kuratomi2014-11-253-23/+64
* Correct new function nameToshio Kuratomi2014-11-251-3/+3
* Normalize privs and flags to uppercase so comparisons against allowed names w...Toshio Kuratomi2014-11-252-6/+6
* Make sure we quote or confirm good all user provided identifiersToshio Kuratomi2014-11-241-8/+17
* Audit escaping of identifiers in the postgresql_user moduleToshio Kuratomi2014-11-241-53/+86
* More robust quoting of database identifiersToshio Kuratomi2014-11-241-15/+25
* Cannot readlink() on a hard linkToshio Kuratomi2014-11-191-1/+1
* Fix git module checking out correct version after initial cloneToshio Kuratomi2014-11-191-0/+1
* Merge commit '383ecdb' into develToshio Kuratomi2014-11-181-1/+1
|\
| * Correct variable nameToshio Kuratomi2014-11-181-1/+1
* | Merge pull request #333 from hfinucane/apt-dkpg-downgradeBrian Coca2014-11-181-1/+1
|\ \
| * | If force=true, ignore python-apt's adviceHenry Finucane2014-11-141-1/+1
| |/
* | Merge pull request #124 from jonhadfield/remove-unused-createsBrian Coca2014-11-181-15/+0
|\ \
| * | Remove redundant check for creates argument.Jon Hadfield2014-10-031-15/+0
* | | Merge pull request #343 from bcoca/service_systemd_fixBrian Coca2014-11-171-2/+18
|\ \ \
| * | | service now detects systemd is actually running, not just installedBrian Coca2014-11-171-2/+18
|/ / /
* | | Merge pull request #342 from Jmainguy/user_el5Toshio Kuratomi2014-11-171-1/+9
|\ \ \
| * | | fixes user module for rhel5 by using -n instead of -N, all other distros will...Jonathan Mainguy2014-11-171-1/+9
|/ / /
* | | Merge pull request #259 from IndyMichaelB/docfixBrian Coca2014-11-171-1/+1
|\ \ \
| * \ \ Merge branch 'docfix' of github.com:IndyMichaelB/ansible-modules-core into do...Michael Baydoun2014-11-160-0/+0
| |\ \ \
| | * | | docfix for vsphere_guest.pyIndyMichaelB2014-10-311-1/+1
| * | | | docfix for vsphere_guest.pyIndyMichaelB2014-11-161-1/+1
|/ / / /
* | | | Remove trailing whitespace in digital_ocean_domainSam Kottler2014-11-151-3/+3
* | | | Merge pull request #336 from skottler/cleanup/65/remove-unsupported-statesSam Kottler2014-11-151-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | digital ocean: Remove unsupported statesNejc Zupan2014-11-151-3/+3
|/ / /
* | | Fix retrieval of package version in apt moduleToshio Kuratomi2014-11-141-5/+5
* | | Documentation update for apt version wildcards from bryanlarsenToshio Kuratomi2014-11-141-1/+1
* | | Clean up the docker module just a little so that we can unittest the get_spli...Toshio Kuratomi2014-11-141-26/+29
* | | Merge pull request #323 from ansible/apt-wildcardToshio Kuratomi2014-11-141-21/+53
|\ \ \
| * | | Moving unittests to the main ansible repo for nowToshio Kuratomi2014-11-142-40/+0
| * | | Update package_status and install to account for wildcarded versions.Toshio Kuratomi2014-11-141-6/+32
| * | | Decide to allow pkgname and version wildcards so that things like libxml2*=2....Toshio Kuratomi2014-11-141-4/+2
| * | | Cache pkg name list so we don't recreate the list for every packageToshio Kuratomi2014-11-141-5/+11
| * | | Just make things a little more readableToshio Kuratomi2014-11-141-9/+9
| * | | Correct trivial spelling.Toshio Kuratomi2014-11-141-1/+1