summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #779 from dago/patch-1Brian Coca2015-02-121-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Solaris SMF is already supported and should be mentioned in the docs,
| * | | | | | | | Solaris SMF is already supported and should be mentioned in the docs,Dagobert Michelsen2015-02-121-1/+1
|/ / / / / / / /
* | | | | | | | added note that url src is only avaialable from 1.9 onBrian Coca2015-02-121-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #648 from bcoca/service_fix_update-rc.dBrian Coca2015-02-111-32/+25
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | simplified update-rc.d enable/disable handling,
| * | | | | | | now allows for case in which someone removed the K* links and is tryingBrian Coca2015-01-151-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to reenable a service
| * | | | | | | simplified update-rc.d enable/disable handling, removed forced defaultsBrian Coca2015-01-151-32/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creation as that breaks local customizations
* | | | | | | | Merge pull request #559 from mjschultz/postgres-db-fixBrian Coca2015-02-111-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Build the db connection on `"postgres"` instead of `"template1"`
| * | | | | | | | Build the db connection on `"postgres"` instead of `"template1"`Michael J. Schultz2014-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the postgresql docs[1], you should not have a connection with `"template1"` when copying multiple databases. [1]: http://www.postgresql.org/docs/9.1/static/manage-ag-templatedbs.html
* | | | | | | | | Tabs to spacesToshio Kuratomi2015-02-111-6/+6
| | | | | | | | |
* | | | | | | | | Merge pull request #765 from giovtorres/add_pip_exampleBrian Coca2015-02-111-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added pip example installing from local tarball
| * | | | | | | | | Added pip example installing from local tarballgiovtorres2015-02-101-0/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #49 from Jmainguy/mount_bind_fixBrian Coca2015-02-111-0/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixes bind mounts for some OSs, reproduced only on debian and ubuntu
| * | | | | | | | | | Fixes bind mountsJonathan Mainguy2014-12-011-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed tab's and spaces, or so I think I did Fixed tabs and spaces for real this time
* | | | | | | | | | | Merge pull request #769 from tpaz/develToshio Kuratomi2015-02-111-0/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | resolve issue 764
| * | | | | | | | | | | resolve issue 764Tomer Paz2015-02-111-0/+8
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ansible/ansible-modules-core/issues/764 added 'domainname' attribute in addition to existing 'hostname'. That's the most elegant way to delegate domain name to docker-py...
* | | | | | | | | | | Merge pull request #763 from moutai/add-azure-instance-typesToshio Kuratomi2015-02-111-1/+14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adds the currently available instance types for azure to the available list
| * | | | | | | | | | | Adds the currently available instance types for azure to the available ↵moussa taifi2015-02-101-1/+14
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dict(choices.....
* | | | | | | | | | | Merge pull request #768 from pgeraghty/patch-1Toshio Kuratomi2015-02-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Correct grammar of comment relating to example
| * | | | | | | | | | Correct grammar of comment relating to examplePaul Geraghty2015-02-111-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #753 from skyluc/fix/ec2-spot-no-tenancyBrian Coca2015-02-101-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Don't use 'tenancy' in ec2 spot requests
| * | | | | | | | | | Don't use 'tenancy' in ec2 spot requestsLuc Bourlier2015-02-101-1/+2
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was introduced in commit f5789e8e. 'tenancy' is a parameter of ec2.run_instances, but not in ec2.request_spot_instances. So it was breaking the support for spot requests.
* | | | | | | | | | Merge pull request #762 from j2sol/authorized-key-exclusiveToshio Kuratomi2015-02-091-0/+26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add exclusive option to authorized_keys
| * | | | | | | | | | Add exclusive option to authorized_keysJesse Keating2015-02-091-0/+26
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option allows the module to ensure that ONLY the specified keys exist in the authorized_keys file. All others will be removed. This is quite useful when rotating keys and ensuring no other key will be accepted.
* | | | | | | | | | Merge pull request #597 from jbbarth/bug/fix-ec2-spot-provisionning/423Brian Coca2015-02-091-9/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | EC2: move logic about terminated instances up (#423)
| * | | | | | | | | | Improve formatting after previous commitJean-Baptiste Barth2015-02-041-4/+5
| | | | | | | | | | |
| * | | | | | | | | | EC2: move logic about terminated instances up (#423)Jean-Baptiste Barth2015-02-041-9/+11
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As stated in #423, the commit 7f11c3d broke ec2 spot instance launching after 1.7.2. This is because it acts on the 'res' variable which have 2 different types in the method, and in case we request spot instances, the resulting object is not a result of ec2.run_instances() but ec2.request_spot_instances(). Actually this fix doesn't seem to be relevant in the spot instances case, because by construction we won't retrieve 'terminated' instances in the end.
* | | | | | | | | | Merge pull request #757 from philalex/AnsibleHostname-devBrian Coca2015-02-091-0/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add Linuxmint support in hostname module
| * | | | | | | | | | Add Linuxmint support in hostname modulePhilippe ALEXANDRE2015-02-061-0/+5
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #554 from likwid/develBrian Coca2015-02-041-2/+18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Added ability to use url as key source
| * | | | | | | | | Refactored code to use module utility fetch_url function.Jeff Gonzalez2015-02-031-8/+11
| | | | | | | | | |
| * | | | | | | | | Added documentation for using url as key sourceJeff Gonzalez2015-01-271-1/+5
| | | | | | | | | |
| * | | | | | | | | Added ability to use url as key sourceJeff Gonzalez2014-12-221-0/+9
| | | | | | | | | |
* | | | | | | | | | Merge pull request #46 from Jmainguy/yum_oracle_fix_enable_repoBrian Coca2015-02-031-31/+21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixes --enable-repo for Oracle Linux
| * | | | | | | | | | Fixes --enable-repo for Oracle LinuxJonathan Mainguy2014-11-121-31/+21
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #44 from Jmainguy/mysql_db_6860Brian Coca2015-01-301-3/+11
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | adds error message if socket does not exist
| * | | | | | | | | | adds error message if socket does not existJonathan Mainguy2014-11-121-3/+11
| |/ / / / / / / / /
* | | | | | | | | | Reverse the force parameter for the hg moduleToshio Kuratomi2015-01-291-3/+4
| | | | | | | | | |
* | | | | | | | | | Merge pull request #624 from mscherer/use_rpm_moduleToshio Kuratomi2015-01-291-9/+15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Use the rpm python module rather than execing rpm
| * | | | | | | | | | Use the rpm python module rather than execing rpmMichael Scherer2015-01-111-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the rpm module prevent a uneeded fork, and permit to skip the signature checking which slow down a bit the operation, and which would be done by yum on installation anyway.
* | | | | | | | | | | Merge pull request #723 from pmoosh/develEric Johnson2015-01-291-2/+12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [google | gce_pd] adding disk_type option to choose from pd-ssd or pd-standard Thanks @pmoosh !
| * | | | | | | | | | | adding disk_type option to choose from pd-ssd or pd-standardPeter Mooshammer2015-01-291-2/+12
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #295 from techtonik/patch-3Brian Coca2015-01-291-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | acl: Fix X support in ACL permissions
| * | | | | | | | | | | | acl: Fix X support in ACL permissionsanatoly techtonik2014-11-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you try to set rwX permissions, ACL fails to set them at all. Expected: $ sudo setfacl -m 'group::rwX' www ... drwxrwxr-x 2 root root 4096 Nov 10 17:09 www With Ansible: acl: name=/var/www permissions=rwX etype=group state=present ... drwxrw-r-x 2 root root 4096 Nov 10 17:30 www x for group is erased. =/
* | | | | | | | | | | | | Change the git force parameter to default to no as a safety change.Toshio Kuratomi2015-01-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #306
* | | | | | | | | | | | | Make documentation list when force changed defaultsToshio Kuratomi2015-01-281-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Update force documentation to reflect default=noToshio Kuratomi2015-01-281-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #506 from mscherer/fix_370Toshio Kuratomi2015-01-281-7/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | Fix #370
| * | | | | | | | | | | | Fix #370, by allowing to export over a existing repositoryMichael Scherer2014-12-131-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This requires to use force=True
| * | | | | | | | | | | | Make force parameter work for export operationMichael Scherer2014-12-131-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default is changed from 'yes' to 'no' to follow subversion behavior (ie, requiring explicit confirmation to erase a existing repository). Since that was not working before cf #370 and since the option was ignored before and unused, this should be safe to change.
* | | | | | | | | | | | | corrected version added for latest featuresBrian Coca2015-01-281-3/+3
| | | | | | | | | | | | |