summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update f5 validate_certs functionality to do the right thing on multiple ↵f5-remove-global-ssl-disableToshio Kuratomi2015-12-246-27/+28
| | | | | | | python versions This requires the implementation in the module_utils code here https://github.com/ansible/ansible/pull/13667 to funciton
* Merge pull request #1395 from resmo/feature/cs_template_extractToshio Kuratomi2015-12-231-4/+56
|\ | | | | [stable-2.0] cloudstack: cs_template: implement state=extracted
| * cloudstack: cs_template: implement state=extractedRene Moser2015-12-181-4/+56
| |
* | Merge pull request #1411 from resmo/fix/stable-2.0/case_insensivityToshio Kuratomi2015-12-232-13/+47
|\ \ | | | | | | [stable-2.0] cloudstack: fix name is not case insensitive
| * | cloudstack: fix name is not case insensitiveRene Moser2015-12-202-13/+47
| | |
* | | Merge pull request #1410 from resmo/fix/stable-2.0/cs_instanceToshio Kuratomi2015-12-231-5/+18
|\ \ \ | | | | | | | | [stable-2.0] cloudstack: cs_instance: fix do not require name to be set to avoid c…
| * | | cloudstack: cs_instance: fix do not require name to be set to avoid clashes Rene Moser2015-12-201-5/+18
| |/ / | | | | | | Require one of display_name or name. If both is given, name is used as identifier.
* | | Update .travis.yml to remove the validation exclusion for route53_zoneMatt Martz2015-12-231-1/+1
| | |
* | | Merge pull request #1065 from sivel/gatingBrian Coca2015-12-235-10/+12
|\ \ \ | | | | | | | | Use ansible-testing project to validate basic module requirements
| * | | Update excludes with currently failing modulesMatt Martz2015-12-221-1/+1
| | | |
| * | | Import module snippets in the correct locationMatt Martz2015-12-221-3/+3
| | | |
| * | | Fix tabbed indentation in packaging/os/pkgutil.pyMatt Martz2015-12-221-2/+2
| | | |
| * | | Fix tabbed indentation in network/haproxy.pyMatt Martz2015-12-221-3/+3
| | | |
| * | | Remove unneeded spaces at the end of ohaiMatt Martz2015-12-221-2/+0
| | | |
| * | | Use ansible-testing project to validate basic module requirementsMatt Martz2015-12-221-0/+4
| | | |
* | | | added examples to route53_zoneBrian Coca2015-12-231-0/+23
|/ / / | | | | | | | | | fixes #1061
* | | Merge pull request #1336 from quoing/develBrian Coca2015-12-221-1/+1
|\ \ \ | | | | | | | | Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.10…8' when IP host is configured
| * | | Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.108' when ↵quoing2015-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IP host is configured ... jabber: user=ansible@mydomain.tld host=10.100.1.108 ... fatal: [bruce.mess.cz] => failed to parse: Invalid debugflag given: always Invalid debugflag given: nodebuilder
* | | | Merge pull request #1416 from mscherer/fix_1326Brian Coca2015-12-2113-26/+26
|\ \ \ \ | |_|/ / |/| | | Replace choices=BOOLEANS by type='bool', fix #1326
| * | | Replace choices=BOOLEANS by type='bool', fix #1326Michael Scherer2015-12-2113-26/+26
|/ / /
* | | Merge pull request #1408 from resmo/fix/next/cs_volumeBrian Coca2015-12-191-6/+3
|\ \ \ | | | | | | | | [next] cloudstack: cs_volume: simplify detach on state=absent
| * | | cloudstack: cs_volume: simplify detach on state=absentRene Moser2015-12-201-6/+3
|/ / /
* | | Merge pull request #1398 from joelthompson/feature/consul_module_tweaksBrian Coca2015-12-183-4/+4
|\ \ \ | |_|/ |/| | Add no_log=True to consul modules' API tokens
| * | Add no_log=True to consul modules' API tokensJoel Thompson2015-12-173-4/+4
|/ / | | | | | | API tokens should be considered sensitive and not logged.
* | Merge pull request #1390 from ObjectifLibre/develBrian Coca2015-12-171-0/+0
|\ \ | | | | | | Add an __init__.py file in openstack/
| * | Add an __init__.py file in openstack/Gauvain Pocentek2015-12-171-0/+0
|/ / | | | | | | | | The os_project module doesn't get installed if the __init__ file doesn't exist in the repository.
* | Merge pull request #1255 from Jmainguy/mysql_connectToshio Kuratomi2015-12-161-109/+23
|\ \ | | | | | | Unify mysql modules.
| * | Unify mysql modules.Jonathan Mainguy2015-11-201-109/+23
| | | | | | | | | | | | Added config_file, ssl_ca, ssl_cert, ssl_key, changed connect method, added error checking where a backtrace previoussly was possible
* | | Merge pull request #1380 from zacharya/develBrian Coca2015-12-161-1/+1
|\ \ \ | | | | | | | | Wrapping room parameter in a string in case of using room IDs
| * | | Wrapping room parameter in a string in case of using room IDsZach Abrahamson2015-12-151-1/+1
| | | |
* | | | Merge pull request #1148 from TecSet/devel-pacman-fixesBrian Coca2015-12-161-15/+23
|\ \ \ \ | | | | | | | | | | Module Fix: Pacman
| * | | | Pacman Module FixesMarc Mettke2015-12-161-15/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update: query_package documentation Fix: Number of Packages to Updated was one to high, 'cause of counting the '\n' Fix: Pacman was reinstalling state=latest packages, even when it was unable to load the remote version
* | | | | Merge pull request #1334 from RobberPhex/deploy_helper-current-existenceBrian Coca2015-12-161-4/+10
|\ \ \ \ \ | | | | | | | | | | | | verify existence when cleanup and fire
| * | | | | check current version's existence (fire or cleanup)Robert Lu2015-12-161-4/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | * reserve current version when cleanup * verify existence before fire a new version * update doc of deploy_helper
* | | | | Merge pull request #1335 from resmo/fix/1321Brian Coca2015-12-161-5/+6
|\ \ \ \ \ | | | | | | | | | | | | [next]: cloudstack: fixes and improvements
| * | | | | cloudstack: cs_volume fixes and improvmentsRene Moser2015-12-161-5/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cloudstack: cs_volume: fix not usable in older cloudstack versions affects CCP 4.3.0.2 , but not ACS / CCP 4.5.1 closes #1321 cloudstack: cs_volume: fix uable to create volumes with the same name on multiple zones cloudstack: cs_volume: use type bool and fix python3 support
* | | | | Merge pull request #1384 from resmo/for-ansibleBrian Coca2015-12-1620-72/+68
|\ \ \ \ \ | | | | | | | | | | | | [stable-2.0] cloudstack: fixes and improvements
| * | | | | cloudstack: fixes and improvementsRene Moser2015-12-1620-72/+68
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | cloudstack: fix python3 support and use type='bool' cloudstack: cs_instance: update vm on state=restored
* | | | | Merge pull request #1373 from bcoca/win_firewall_rule_misargsBrian Coca2015-12-161-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | fix error with misArg not being declared
| * | | | fix error with misArg not being declaredBrian Coca2015-12-151-1/+2
| | | | | | | | | | | | | | | | | | | | also fixed test to work on empty string or not for error reporting
* | | | | Merge pull request #1332 from RobberPhex/deploy_helper-update-linkBrian Coca2015-12-151-6/+33
|\ \ \ \ \ | |_|/ / / |/| | | | update current_link without downtime
| * | | | update current_link without downtimeRobert Lu2015-12-161-6/+33
|/ / / / | | | | | | | | | | | | | | | | fix support of check mode fix check module when needn't update current link
* | | | Merge pull request #1285 from emonty/bug/1273Brian Coca2015-12-151-8/+24
|\ \ \ \ | | | | | | | | | | Don't use the timeout command if it's not there
| * | | | Sync minor fixes from OpenStack InfraMonty Taylor2015-12-141-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Infra has been keeping a local copy of this waiting for ansible 2 to release. In getting ready for ansible 2 (and our ability to delete our local copy of the file, I noticed we had a couple of minor cleanups. Also, the timeout command is there to improve life and workaround puppet deficiencies. However, it's not working around deficiencies on systems that do not have the timeout command if we blindly use it. The puppet specific timeout options are more complex and out of scope of this. Issue: #1273
* | | | | Merge pull request #1372 from resmo/for-ansibleBrian Coca2015-12-151-75/+97
|\ \ \ \ \ | |/ / / / |/| | | | cloudstack: cs_instance: fixes and improvements
| * | | | cloudstack: cs_instance: fixes and improvementsRene Moser2015-12-151-75/+97
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cs_instance: fix VM not updated with states given stopped, started, restarted A missing VM will be created though but an existing not updated. This fixes the lack of consistency. - cs_instance: fix user data can not be cleared - cs_instance: fix deleted VM not recovered on state=present
* | | | Merge pull request #1327 from georgefrank/win_nssm-fix-1161Brian Coca2015-12-141-19/+28
|\ \ \ \ | | | | | | | | | | Use an empty string instead of null for AppParameters
| * | | | Use "" for AppParameters if it's nullgfrank2015-12-041-19/+28
| | | | |
| * | | | Merge remote-tracking branch 'refs/remotes/ansible/devel' into develgfrank2015-12-0447-237/+2788
| |\ \ \ \
* | \ \ \ \ Merge pull request #1288 from resmo/fix/cs_facts_docsBrian Coca2015-12-141-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | cloudstack: cs_facts: fix wrong description of returns cloudstack_pub…