summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | Starting a "STARTING" program throws ERROR (already started), so don't do that.
* 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 ↵Toshio Kuratomi2014-12-041-3/+7
| | | | | | into db.execute() Fixes #416
* 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 ↵Toshio Kuratomi2014-11-252-6/+6
| | | | will work
* 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
| | | | | Note: These aren't database values, those are already using the appropriate Pyhton DB API method for quoting.
* 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
| | | | Fixes #313
* 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 advice
| * | If force=true, ignore python-apt's adviceHenry Finucane2014-11-141-1/+1
| |/ | | | | | | This lets you downgrade packages, for instance.
* | Merge pull request #124 from jonhadfield/remove-unused-createsBrian Coca2014-11-181-15/+0
|\ \ | | | | | | Remove redundant check for creates argument.
| * | 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 installed
| * | | 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
| * | | fixes user module for rhel5 by using -n instead of -N, all other distros ↵Jonathan Mainguy2014-11-171-1/+9
|/ / / | | | | | | | | | will still use -N
* | | Merge pull request #259 from IndyMichaelB/docfixBrian Coca2014-11-171-1/+1
|\ \ \ | | | | | | | | docfix for vsphere_guest.py
| * \ \ Merge branch 'docfix' of github.com:IndyMichaelB/ansible-modules-core into ↵Michael Baydoun2014-11-160-0/+0
| |\ \ \ | | | | | | | | | | | | | | | docfix
| | * | | docfix for vsphere_guest.pyIndyMichaelB2014-10-311-1/+1
| | | | | | | | | | | | | | | Corrected parameter name from user to username in documentation
| * | | | docfix for vsphere_guest.pyIndyMichaelB2014-11-161-1/+1
|/ / / / | | | | | | | | Corrected parameter name from user to username in documentation
* | | | 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 states
| * | | 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 ↵Toshio Kuratomi2014-11-141-26/+29
| | | | | | | | | | | | get_split_image_tag function
* | | Merge pull request #323 from ansible/apt-wildcardToshio Kuratomi2014-11-141-21/+53
|\ \ \ | | | | | | | | Build on mvo5's pull request to implement apt version wildcard
| * | | 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 ↵Toshio Kuratomi2014-11-141-4/+2
| | | | | | | | | | | | | | | | libxml2*=2.9* would work
| * | | 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
| | | |