Rene Moser
1b8eb9091b
cloudstack: remove listall in cs_project
...
listall in cs_project can return the wrong project for root admins, because project name are not unique in separate accounts.
10 years ago
Rene Moser
443be858f1
cloudstack: fix project name must not be case sensitiv
10 years ago
Brian Coca
53bb87d110
added missing options:
10 years ago
Brian Coca
84b9ab435d
minor docs update
10 years ago
Brian Coca
55ab1f48a0
Merge pull request #445 from quentinsf/devel
...
Add webfaction modules
10 years ago
Quentin Stafford-Fraser
80b1b3add2
Webfaction will create a default database user when db is created. For symmetry and repeatability, delete it when db is deleted. Add missing param to documentation.
10 years ago
Sergei Antipov
e337b67cf1
proxmox | changed https_verify_ssl to to validate_certs and added
...
forgotten return
10 years ago
Sergei Antipov
51f9225754
proxmox_template | deleted state=list and changed default timeout to 30
10 years ago
Sergei Antipov
af7463e46e
proxmox_template | changed http_verify_ssl to validate_certs
10 years ago
Sergei Antipov
282393c27b
proxmox_template | fixed problem with uploading
10 years ago
Sergei Antipov
739defc595
Added proxmox_template module
10 years ago
Quentin Stafford-Fraser
1c3afeadfc
Add GPL notices
10 years ago
Kevin Carter
61aab829ed
lxc_container: remove BabyJSON
...
Removed the usage of baby json. This is in response to the fact
that the baby json functionality was removed in Ansible 1.8
Ref: https://github.com/ansible/ansible-modules-extras/issues/430
10 years ago
Brian Coca
48f5c00994
Merge pull request #561 from resmo/feature/cs_project
...
cloudstack: add new module cs_project
10 years ago
Rene Moser
d20fa0477e
cloudstack: add new module cs_project
10 years ago
Rene Moser
6c29a181c8
cloudstack: fix doc for cs_instance, force is defaulted to false
10 years ago
Rene Moser
2189af8c95
cloudstack: fix examples in cs_iso
10 years ago
Rene Moser
16c70f9694
cloudstack: add choices for api_http_method
10 years ago
Rene Moser
6643ea5825
cloudstack: add new param api_timeout
10 years ago
Rene Moser
506b4c4672
cloudstack: update doc of cs_portforward, fixes typos.
10 years ago
Rene Moser
a425c413be
cloudstack: update doc in cs_instance
10 years ago
Rene Moser
17504f0a26
cloudstack: add instance_name alias internal name to returns in cs_instance
10 years ago
Rene Moser
4da1a5de9e
cs_instance: improve hypervisor argument and return
10 years ago
Rene Moser
4939df305b
cloudstack: improve required params
10 years ago
Brian Coca
a07fc88ba0
Merge pull request #531 from UnderGreen/proxmox_module_examples
...
Proxmox VE module examples
10 years ago
Rene Moser
e72f581a16
proxmox: prevent to log passwords
10 years ago
Rene Moser
148bd52d8b
proxmox: update module doc
10 years ago
Sergei Antipov
ed6283d422
Added examples
10 years ago
Toshio Kuratomi
8dfa63d1d8
Add version_added dodmentation
10 years ago
Brian Coca
47c74936c1
Merge pull request #530 from UnderGreen/proxmox_module
...
Proxmox VE module
10 years ago
Sergei Antipov
69d3474bcc
Deleted debugging
10 years ago
Sergei Antipov
cb09a26900
Added documentation
10 years ago
Sergei Antipov
323df26b3e
Added conditionals, umount, forceStop, timeout, etc
10 years ago
Brian Coca
5187c7fcd7
removed executable bit
10 years ago
Brian Coca
fefbf7c41a
Merge pull request #511 from resmo/fix/cs_portforward
...
cloudstack: fix public and private ports results not int
10 years ago
Brian Coca
3cebc1c426
Merge pull request #510 from resmo/feature/extend_cs_firewall
...
cloudstack: cs_firewall: add egress support
10 years ago
Rene Moser
525ef47247
cloudstack: fix public and private ports results not int
10 years ago
Rene Moser
2da7792ff6
cloudstack: cs_firewall: add egress support
...
Added functionality to set rules for egress using this module at these are very similar. The only real difference is that egress firewall API uses the networkid. That is why the new arguments `type` for choosing `egress` or `ingress` and `network` was added.
For `type=ingress`, which is the default, `ip_address` is required and for `type=egress` the argument `network` is required.
10 years ago
Brian Coca
374bc74fcf
Merge pull request #448 from rickmendes/ec2-win-password
...
Add ec2_win_password module
10 years ago
Rene Moser
46cb5627dc
cloudstack: cs_iso code style and cleanup
10 years ago
Rene Moser
de1f642efd
cloudstack: cs_iso: add account and domain
10 years ago
Rene Moser
0f884ead40
cloudstack: add catch all exceptions and show a user friendly message
...
Also see GH-493.
10 years ago
Rene Moser
2b7a40a46a
cloudstack: replace old _id() with new generic style from utils
10 years ago
Rene Moser
7705d1bb50
cloudstack: remove self.result, is defined in super class from utils
10 years ago
Rene Moser
63e9014e16
cloudstack: cs_affinitygroup: add domain and account support
10 years ago
Rene Moser
9f41d78346
cloudstack: avoid logging of secrets
10 years ago
Toshio Kuratomi
88eff11c04
Many more doc fixes
10 years ago
Sergei Antipov
a057cb2482
Initial commit of Proxmox module
10 years ago
Brian Coca
08445418aa
more string corrections
10 years ago
Brian Coca
bceeba224f
fix doc parsing by correctly quoting author
10 years ago