summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Don't use 'tenancy' in ec2 spot requests""revert-806-revert-753-fix/ec2-spot-no-tenancyBrian Coca2015-02-181-1/+2
|
* Merge pull request #806 from ansible/revert-753-fix/ec2-spot-no-tenancyBrian Coca2015-02-181-2/+1
|\ | | | | Revert "Don't use 'tenancy' in ec2 spot requests"
| * Revert "Don't use 'tenancy' in ec2 spot requests"Brian Coca2015-02-181-2/+1
|/
* Merge pull request #802 from danrue/unarchive_creates_behaviorToshio Kuratomi2015-02-171-2/+2
|\ | | | | Make behavior consistent when using 'creates' option with modules
| * Do not mark "skipped" when changed is falseDan Rue2015-02-171-2/+2
| | | | | | | | | | | | When using the "creates" option with the uri module, set changed to False if the file already exists. This behavior is consistent with other modules which use "creates", such as command and shell.
* | Merge pull request #800 from mrsheepuk/update-unarchive-docsToshio Kuratomi2015-02-171-4/+4
|\ \ | |/ |/| Doc change for unarchive - make clearer usage for existing remote file
| * Doc change - make clearer usage for existing remote filemrsheepuk2015-02-171-4/+4
| | | | | | Having read the doc for this module several times and completely missing that it can be used for existing remote archives, I propose this update to the wording to make clear from the top the two ways in which this module can be used.
* | Merge pull request #798 from sivel/rax-boot-vol-v2Matt Martz2015-02-172-23/+164
|\ \ | | | | | | rax: add boot from volume support
| * | DRY up duplicate codeMatt Martz2015-02-171-54/+37
| | |
| * | Don't hardcode minimum for boot_volume_sizeMatt Martz2015-02-161-3/+0
| | |
| * | Fix order of logic to determine required argsMatt Martz2015-02-161-3/+3
| | |
| * | Add boot from volume functionality to rax and rax_cbs modulesMatt Martz2015-02-162-23/+184
| | |
* | | Merge pull request #730 from SergeyZh/develBrian Coca2015-02-171-0/+2
|\ \ \ | |_|/ |/| | Fixed broken volumes_from for client API >= 1.10
| * | Fixed broken volumes_from for client API >= 1.10Sergey Zhukov2015-01-301-0/+2
| | |
* | | Merge pull request #799 from ObjectifLibre/fix-fetch-docBrian Coca2015-02-171-4/+4
|\ \ \ | | | | | | | | fetch: fix the flat parameter description
| * | | fetch: fix the flat parameter descriptionGauvain Pocentek2015-02-171-4/+4
|/ / / | | | | | | | | | | | | | | | ansible-doc expects the value of the description field to be a list, otherwise the output is not correct. This patch updates the flat description to be a list.
* | | Merge pull request #528 from lander2k2/password_requiredBrian Coca2015-02-161-0/+2
|\ \ \ | | | | | | | | TODO: check if instance already exists and this is not meant to create it but modify it, not supported by current code which always tries to create when 'present'.
| * | | password requiredRichard Lander2014-12-161-0/+2
| | | |
* | | | Merge pull request #519 from lander2k2/public_ipsBrian Coca2015-02-161-0/+1
|\ \ \ \ | |_|_|/ |/| | | set network_config.public_ips attribute
| * | | set network_config.public_ips attributeRichard Lander2014-12-151-0/+1
| |/ /
* | | Merge pull request #797 from sivel/rax-cbs-no-min-checkMatt Martz2015-02-161-3/+0
|\ \ \ | | | | | | | | rax_cbs: Don't hardcode a minimum size of a volume
| * | | Don't hardcode a minimum size of a volumeMatt Martz2015-02-161-3/+0
| | | |
* | | | Merge pull request #117 from direvus/apache2-module-word-boundaryBrian Coca2015-02-161-2/+2
|\ \ \ \ | | | | | | | | | | Add word boundary in apache2_module regexp
| * | | | Add word boundary in apache2_module regexpBrendan Jurd2014-10-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a word boundary \b to the regexp for checking the output of a2{en,dis}mod, to avoid a false positive for a module that ends with the same text as the module we're working on. For example, the previous regexp r'.*spam already enabled' would also match against 'eggs_spam already enabled'. Also, get rid of the redundant '.*' from the end of the regexp.
* | | | | Merge pull request #95 from Gamevy/use-insservBrian Coca2015-02-161-1/+39
|\ \ \ \ \ | | | | | | | | | | | | Use insserv where available
| * | | | | Use insserv where availableGraham Hay2015-02-041-1/+39
| | | | | |
* | | | | | Merge pull request #53 from hfinucane/apt-dpkg-forceBrian Coca2015-02-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | dpkg does not take a --force-yes option
| * | | | | | dpkg does not take a --force-yes optionHenry Finucane2014-11-141-1/+1
| | | | | | |
* | | | | | | Merge pull request #22 from teamdoug/develBrian Coca2015-02-161-3/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Pull SSL certificate IDs from existing ELBs
| * | | | | | | Pull SSL certificate IDs from existing ELBsDoug Ellwanger2015-01-211-3/+10
| | | | | | | |
* | | | | | | | Fix for recursion traceback in copy with relative pathsToshio Kuratomi2015-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a further fix for: https://github.com/ansible/ansible/issues/9092 when the relative path contains a subdirectory. Like: ansible localhost -m copy -a 'src=/etc/group dest=foo/bar/'
* | | | | | | | Merge pull request #788 from sivel/rax-clb-100plusMatt Martz2015-02-161-1/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | rax_clb: Support accounts with more than 100 load balancers
| * | | | | | | | Support accounts with more than 100 load balancersMatt Martz2015-02-131-1/+8
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #790 from rhlmhrtr/file_documentationToshio Kuratomi2015-02-161-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed Documentation issue concerning file mode
| * | | | | | | | Fixed Documentation issue concerning file mode when specified using ↵Rahul Mehrotra2015-02-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numberical value
* | | | | | | | | Merge pull request #759 from jonhadfield/systemd_enabled_checkBrian Coca2015-02-161-6/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | use is-enabled to check systemd service status.
| * | | | | | | | | use is-enabled to check systemd service status.Jon Hadfield2015-02-081-6/+11
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #796 from mcameron/develBrian Coca2015-02-161-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Useful log output.
| * | | | | | | | | More general output.mcameron2015-02-161-1/+1
| | | | | | | | | |
| * | | | | | | | | Useful log output.mcameron2015-02-161-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #794 from dhml/develBrian Coca2015-02-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix issue #793: mysql_db: for state={absent,present} connections to database mysql fail for users other than root
| * | | | | | | | | | Fix issue #793: mysql_db: for state={absent,present} connections to database ↵David Hummel2015-02-141-1/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql fail for users other than root
* | | | | | | | | | When recursing subdirectories, honor the follow parameter for setting file ↵Toshio Kuratomi2015-02-161-8/+25
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attributes. One half of the fix for https://github.com/ansible/ansible-modules-core/issues/778 The other half is in basic.py
* | | | | | | | | Merge pull request #789 from rmarsagoogle/ip_forwardEric Johnson2015-02-131-2/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added the ability to set an instance to forward ip.
| * | | | | | | | | Added the ability to set an instance to forward ip.Robert Marsa2015-02-121-2/+12
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #66 from renard/osx-supportBrian Coca2015-02-132-0/+360
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Osx support for users/groups
| * | | | | | | | Add basic support for OSX groups.Sébastien Gross2015-02-131-0/+43
| | | | | | | | |
| * | | | | | | | Add basic support for OS X (Darwin) user management.Sébastien Gross2015-02-131-0/+317
|/ / / / / / / /
* | | | | | | | Merge pull request #780 from rmarsagoogle/netEric Johnson2015-02-121-1/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added target_tags to gce_module.
| * | | | | | | | Added target_tags to gce_module.Robert Marsa2015-02-121-1/+11
|/ / / / / / / /