| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
python versions
This requires the implementation in the module_utils code here
https://github.com/ansible/ansible/pull/13667 to funciton
|
|\
| |
| | |
[stable-2.0] cloudstack: cs_template: implement state=extracted
|
| | |
|
|\ \
| | |
| | | |
[stable-2.0] cloudstack: fix name is not case insensitive
|
| | | |
|
|\ \ \
| | | |
| | | | |
[stable-2.0] cloudstack: cs_instance: fix do not require name to be set to avoid c…
|
| |/ /
| | |
| | | |
Require one of display_name or name. If both is given, name is used as identifier.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Use ansible-testing project to validate basic module requirements
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
fixes #1061
|
|\ \ \
| | | |
| | | | |
Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.10…8' when IP host is configured
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |_|/ /
|/| | | |
Replace choices=BOOLEANS by type='bool', fix #1326
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
[next] cloudstack: cs_volume: simplify detach on state=absent
|
|/ / / |
|
|\ \ \
| |_|/
|/| | |
Add no_log=True to consul modules' API tokens
|
|/ /
| |
| |
| | |
API tokens should be considered sensitive and not logged.
|
|\ \
| | |
| | | |
Add an __init__.py file in openstack/
|
|/ /
| |
| |
| |
| | |
The os_project module doesn't get installed if the __init__ file doesn't
exist in the repository.
|
|\ \
| | |
| | | |
Unify mysql modules.
|
| | |
| | |
| | |
| | | |
Added config_file, ssl_ca, ssl_cert, ssl_key, changed connect method, added error checking where a backtrace previoussly was possible
|
|\ \ \
| | | |
| | | | |
Wrapping room parameter in a string in case of using room IDs
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Module Fix: Pacman
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | | |
verify existence when cleanup and fire
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* reserve current version when cleanup
* verify existence before fire a new version
* update doc of deploy_helper
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[next]: cloudstack: fixes and improvements
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable-2.0] cloudstack: fixes and improvements
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
cloudstack: fix python3 support and use type='bool'
cloudstack: cs_instance: update vm on state=restored
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
fix error with misArg not being declared
|
| | | | |
| | | | |
| | | | |
| | | | | |
also fixed test to work on empty string or not for error reporting
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
update current_link without downtime
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
fix support of check mode
fix check module when needn't update current link
|
|\ \ \ \
| | | | |
| | | | | |
Don't use the timeout command if it's not there
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
cloudstack: cs_instance: fixes and improvements
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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
|
|\ \ \ \
| | | | |
| | | | | |
Use an empty string instead of null for AppParameters
|
| | | | | |
|
| |\ \ \ \ |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
cloudstack: cs_facts: fix wrong description of returns cloudstack_pub…
|