summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for int port assignment in a playbook failingmysql-portToshio Kuratomi2015-03-032-9/+12
* Merge pull request #885 from quodlibetor/ec2-module-fix-multiple-security-groupsToshio Kuratomi2015-03-031-2/+1
|\
| * ec2: Apply all security groups at instance-creationBrandon W Maister2015-03-031-2/+1
* | Clarify the documented behaviour of insertbefore slightly.Toshio Kuratomi2015-03-031-2/+2
* | Merge pull request #411 from p-tr0/develToshio Kuratomi2015-03-031-10/+9
|\ \
| * | update docs for insertbefore/insertafterPiotr Gosławski2014-12-041-5/+7
| * | Fix behavior when insert* doesn't match anythingPiotr Gosławski2014-11-301-5/+2
* | | In service_enable, the default of changed is True so we have to set itToshio Kuratomi2015-03-031-0/+2
| |/ |/|
* | Merge pull request #846 from mlaccetti/develBrian Coca2015-03-031-5/+6
|\ \
| * | Moving the import to the top of the file and getting rid of the redundancyMichael Laccetti2015-03-021-5/+5
| * | Change s3 to use connect_to_regionMichael Laccetti2015-02-251-1/+2
* | | Merge pull request #879 from feanil/feanil/case_insensitive_compareBrian Coca2015-03-021-1/+1
|\ \ \
| * | | Compare DNS names case insensitively.Feanil Patel2015-03-021-1/+1
|/ / /
* | | Merge pull request #622 from camandel/develBrian Coca2015-03-021-0/+152
|\ \ \
| * | | Added HP-UX subclassCarlo Mandelli2015-02-271-0/+152
* | | | Merge pull request #865 from smiller171/develBrian Coca2015-02-270-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | fix typoScott Miller2015-02-271-1/+1
* | | | Merge branch 'devel' of https://github.com/ansible/ansible-modules-core into ...James Cammarata2015-02-273-3/+15
|\ \ \ \
| * \ \ \ Merge pull request #747 from barraponto/ec2_instance_infoJames Cammarata2015-02-271-1/+3
| |\ \ \ \
| | * | | | add ec2 instance tags and groups infoCapi Etheriel2015-02-091-1/+3
| * | | | | Merge pull request #862 from lonerr/develBrian Coca2015-02-271-2/+11
| |\ \ \ \ \
| | * | | | | On FreeBSD apply 'login_class' only if there is real change.Oleg A. Mamontov2015-02-271-2/+11
| * | | | | | Merge pull request #863 from emonty/add-deprecation-noticeMonty Taylor2015-02-271-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | One more OpenStack deprecation noticeMonty Taylor2015-02-271-0/+1
| |/ / / / /
* | | | | | Merge branch 'Coderah-route53-alias' into develJames Cammarata2015-02-272-21/+71
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Updating version added fields for new alias parameters in route53James Cammarata2015-02-271-2/+2
| * | | | | Merge branch 'route53-alias' of https://github.com/Coderah/ansible-modules-co...James Cammarata2015-02-272-21/+71
| |\ \ \ \ \ |/ / / / / /
| * | | | | add alias support to route53 moduleCoderah2015-02-061-18/+65
| * | | | | add hosted_zone information to ec2_elb_lb returnCoderah2015-02-061-1/+3
* | | | | | Add private_zone parameter for route53James Cammarata2015-02-261-3/+14
* | | | | | Merge pull request #860 from emonty/add-deprecation-noticeBrian Coca2015-02-2610-0/+10
|\ \ \ \ \ \
| * | | | | | Add deprecation notices for old OpenStack modulesMonty Taylor2015-02-2610-0/+10
* | | | | | | Merge pull request #855 from bcoca/file_rellink_fixesBrian Coca2015-02-261-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fixed file module to use realpath when following links,Brian Coca2015-02-261-3/+3
* | | | | | | Merge pull request #244 from emonty/deprecate-old-openstackBrian Coca2015-02-2611-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Deprecate old OpenStack modulesMonty Taylor2015-02-2611-0/+0
| |/ / / / / /
* | | | | | | Merge branch 'blxd-feature/ini_file_change_mode_support' into develJames Cammarata2015-02-261-6/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'feature/ini_file_change_mode_support' of https://github.com/blx...James Cammarata2015-02-261-6/+7
| |\ \ \ \ \ \ \ |/ / / / / / / /
| * | | | | | | Added check mode support to the ini_file moduleblxd2015-02-231-6/+7
* | | | | | | | fixed add_host docs indentationBrian Coca2015-02-261-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #784 from bcoca/wait_for_docsBrian Coca2015-02-251-0/+5
|\ \ \ \ \ \ \
| * | | | | | | added missing docs on connection_timeout for wait_forBrian Coca2015-02-131-0/+5
* | | | | | | | Merge pull request #782 from bcoca/add_host_docsBrian Coca2015-02-251-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | added note to add_hosts about loop bypassBrian Coca2015-02-121-2/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #785 from bcoca/apt_deb_missingBrian Coca2015-02-251-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | now module fails gracefully instead of stacktrace when trying to install miss...Brian Coca2015-02-131-1/+4
| |/ / / / / / /
* | | | | | | | Merge pull request #823 from bcoca/draft_module_return_docsBrian Coca2015-02-253-0/+253
|\ \ \ \ \ \ \ \
| * | | | | | | | fixed typo on isgidBrian Coca2015-02-201-1/+1
| * | | | | | | | fixed issues with stats return docs as per feedbackBrian Coca2015-02-201-3/+13
| * | | | | | | | removed always for success, as data wont show on failBrian Coca2015-02-203-10/+183