summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Return change results in a dictionary listing the package names.pr/1657Toshio Kuratomi2015-08-201-13/+7
| | | | Fix a parsing problem when package names contain a dot.
* yum: improved check_mode handling and package update flow.queridiculo2015-07-221-52/+113
|
* Merge pull request #621 from hostmaster/supervisorctl-not-existed-svToshio Kuratomi2015-07-011-1/+6
|\ | | | | supervisorctl module: Check if a service exists
| * Check if a service existsIgor Khomyakov2015-06-081-1/+6
| |
* | Merge pull request #1649 from mjg123/develBrian Coca2015-07-011-1/+8
|\ \ | | | | | | Handle race condition in directory creation.
| * | Handle race condition in directory creation.Matthew Gilliard2015-07-011-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | If we try to make a directory, but someone else creates the directory at the same time as us, we don't need to raise that error to the user. They asked for the directory to exist, and now it does. This fixes the race condition which was causing that error to be raised, and closes #1648.
* | | Merge pull request #1638 from j2sol/bugfix/os_server_afip_docToshio Kuratomi2015-07-011-0/+5
|\ \ \ | | | | | | | | Document auto_floating_ip argument
| * | | Document auto_floating_ip argumentJesse Keating2015-06-291-0/+5
| | | |
* | | | Merge pull request #1637 from defionscode/quick_iam_patchToshio Kuratomi2015-07-011-1/+1
|\ \ \ \ | | | | | | | | | | no_log to iam password
| * | | | no_log to iam passwordJonathan Davila2015-06-291-1/+1
| | | | |
* | | | | Merge pull request #1634 from Eronarn/develToshio Kuratomi2015-07-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Change uri debug example
| * | | | | Change uri debug exampleJames Meickle2015-06-291-1/+1
| |/ / / /
* | | | | Merge pull request #1631 from emonty/features/single-cloud-detailsToshio Kuratomi2015-07-011-3/+20
|\ \ \ \ \ | | | | | | | | | | | | Add filter ability to OpenStack os-client-config module
| * | | | | Fix dict syntax typoMonty Taylor2015-06-291-2/+2
| | | | | |
| * | | | | Add filter abilityMonty Taylor2015-06-181-3/+20
| | | | | |
* | | | | | Merge pull request #1642 from sivel/core-fixupsBrian Coca2015-07-015-7/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Core module fix-ups
| * | | | | | Remove unnecessary imports in a docs only file for win_copyMatt Martz2015-07-011-2/+0
| | | | | | |
| * | | | | | Replaced tabbed indentation with spaces for group moduleMatt Martz2015-07-011-1/+1
| | | | | | |
| * | | | | | Replaced tabbed indentation with spaces for subversion moduleMatt Martz2015-07-011-1/+1
| | | | | | |
| * | | | | | Replaced tabbed indentation with spaces for apt moduleMatt Martz2015-07-011-2/+2
| | | | | | |
| * | | | | | Replace tabbed indentation with spaces for mysql_db moduleMatt Martz2015-07-011-1/+1
| | | | | | |
* | | | | | | Merge pull request #1651 from verm666/issue-1515Toshio Kuratomi2015-07-011-6/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix authorized_keys in check_mode
| * | | | | | | fix authorized_keys in check_modeverm6662015-07-011-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is in response to issue #1515. Original pull request #1580. The original problem is: in authorized_key module you have no idea about users which will be created by Ansible at first run. I can propose next two ways to solve this problem: 1. Combine modules system/user.py and system/authorized_key.py in one module (so you will know everything about users in that module) 2. Use small workaround: add my commit and always provide 'path' parameter for authorized_key module during runs with --check option.
* | | | | | | | Merge pull request #1582 from evanccnyc/develToshio Kuratomi2015-07-011-2/+20
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Add ClassicLink settings to EC2_launchconfig
| * | | | | | | Fixing typoEvan Carter2015-06-241-1/+1
| | | | | | | |
| * | | | | | | Add ClassicLink settings to EC2_launchconfigEvan Carter2015-06-231-2/+20
| | | | | | | |
* | | | | | | | Disable travis docs checksToshio Kuratomi2015-07-011-1/+1
| | | | | | | |
* | | | | | | | Fix indentation levels in os_keypairToshio Kuratomi2015-07-011-21/+21
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #1561 from micxer/iam_policy-fixToshio Kuratomi2015-06-301-5/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix connection creation in iam_policy module to allow usage of profiles with boto
| * | | | | | | Fix connection creation to allow usage of profiles with botoMichael Weinrich2015-06-301-5/+3
| | | | | | | |
* | | | | | | | Few minor things from review of the pull requestToshio Kuratomi2015-06-301-2/+3
| | | | | | | |
* | | | | | | | Merge pull request #1045 from emonty/feature/os_keypairToshio Kuratomi2015-06-302-0/+167
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add OpenStack Keypair module
| * | | | | | | | Use newest documentation style for return value.David Shrewsbury2015-06-291-4/+20
| | | | | | | | |
| * | | | | | | | Add a note about the return value.David Shrewsbury2015-06-291-0/+4
| | | | | | | | |
| * | | | | | | | Update os_keypair for latest shadeDavid Shrewsbury2015-06-251-36/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses the latest version of shade for cleaner code. Also, always return the key dict whether we create the key, or it already exists. The example using public_key_file is corrected to use a full path since ~ is not converted for us.
| * | | | | | | | Move the order of argument processingMonty Taylor2015-06-181-6/+4
| | | | | | | | |
| * | | | | | | | Avoind using lookup() in documentationDavide Guerri2015-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lookup() is currently broken (current Ansible devel branch), so better to avoid it in our examples.
| * | | | | | | | Add OpenStack Keypair moduleMonty Taylor2015-06-182-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also deprecate old nova_keypair module.
* | | | | | | | | Merge pull request #574 from cchurch/django_manage_other_commandToshio Kuratomi2015-06-301-4/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add example of using django_manage to run other commands.
| * | | | | | | | | Update docs, add example of using django_manage to run other commands.Chris Church2014-12-261-4/+8
| | | | | | | | | |
* | | | | | | | | | Add version that the profilename param was addedToshio Kuratomi2015-06-301-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #425 from gerhardsam/develToshio Kuratomi2015-06-301-2/+13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | rhn_register: add support for profilename
| * | | | | | | | | | rhn_register: add support for profilenameSebastian Gerhards2014-12-021-2/+13
| | | | | | | | | | |
* | | | | | | | | | | fixed win_file state=touchAndreas Reischuck2015-06-301-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #332 from proby/add-s3-listToshio Kuratomi2015-06-301-2/+55
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add support for listing keys in a specific S3 bucket
| * | | | | | | | | | | iterate through all keys in a more pythonic mannerPatrick Roby2015-06-251-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | update documentation, adding new paramsPatrick Roby2015-06-251-1/+19
| | | | | | | | | | | |
| * | | | | | | | | | | Add support for listing keys in a specific S3 bucketPatrick Roby2015-06-241-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes support for specifying a prefix, marker, and/or max_keys. Returns a list of key names (as strings).
* | | | | | | | | | | | Merge pull request #1621 from ToBeReplaced/postgresql_privs_view_supportBrian Coca2015-06-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Make ALL_IN_SCHEMA for tables affect views
| * | | | | | | | | | | | Make ALL_IN_SCHEMA for tables affect viewsToBeReplaced2015-06-271-1/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ALL TABLES is considered to include views, so we must check for reltypes 'r' and 'v', not just 'r'. This bug was introduced due to using a custom, backwards-compatible version of "ALL TABLES IN SCHEMA".