summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | 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…
| * | | | | | | | cloudstack: cs_facts: fix wrong description of returns ↵Rene Moser2015-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cloudstack_public_ipv4, cloudstack_public_hostname Also see http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.6/api.html#user-data-and-meta-data
* | | | | | | | | Merge pull request #1294 from resmo/feature/cs_instance_restoreBrian Coca2015-12-141-4/+38
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cloudstack: cs_instance: implement state=restored
| * | | | | | | | | cloudstack: cs_instance: implement state=restoredRene Moser2015-11-301-4/+38
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1318 from autotune/develBrian Coca2015-12-141-1/+49
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed bug to recognize haproxy changes.
| * | | | | | | | | | Fixed bug to recognize haproxy changesautotune2015-12-011-1/+49
| | | | | | | | | | |
* | | | | | | | | | | added missing version_added to new optionsBrian Coca2015-12-141-0/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1295 from superquadratic/win_choco_paramsBrian Coca2015-12-142-11/+69
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | win_chocolatey: Add install_args, params and ignoredependencies
| * | | | | | | | | | | win_chocolatey: Clean up documentationGuido Lorenz2015-11-271-10/+0
| | | | | | | | | | | |
| * | | | | | | | | | | win_chocolatey: Add install_args, params and ignoredependenciesGuido Lorenz2015-11-272-4/+72
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1341 from s1lv3r40/doc_fixBrian Coca2015-12-142-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Doc fix on route53_health_check.py and ec2_vpc_route_table.py.
| * | | | | | | | | | | Doc fix ec2_vpc_route_table.pyVladimir Dimov2015-12-071-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Doc fix on route53_health_check.py. Fixed first example. Should be register ↵Vladimir Dimov2015-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of record.
* | | | | | | | | | | | Merge pull request #1315 from yuppie-flu/latest_as_version_default_valueBrian Coca2015-12-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | maven_artifact: Set latest as version argument default value
| * | | | | | | | | | | | Set latest as version argument default valueKirill Kozlov2015-12-011-1/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | updated version version_added to 2.1Brian Coca2015-12-141-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1306 from pileofrogs/cpanmBrian Coca2015-12-141-3/+19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | added option to specify module version
| * | | | | | | | | | | | added version optionDylan Martin2015-11-121-3/+19
| | | | | | | | | | | | |