Rene Moser
94614d0454
cloudstack: cs_staticnat: fix wrong class name used
9 years ago
Rene Moser
a279207c7b
cloudstack: cs_portforward: fix returns for int casting
...
* missing self.
* variable must be named portforwarding_rule, not resource
9 years ago
Rene Moser
249b7bf969
cloudstack: cs_instance: fix ip address may not be set on default nic
9 years ago
Brian Coca
7a0bfd91bb
updated docs to new choice option
9 years ago
Daniël
b56e5c670b
add zfs backing store support
9 years ago
Michael J. Schultz
e44ba01b18
Add EC2 ELB Facts module to gather facts about ELBs!
9 years ago
Rene Moser
9bdefef05f
cloudstack: cs_network: rename broadcast_domaintype to broadcast_domain_type for consistency
9 years ago
Rene Moser
e8df87375d
cloudstack: cs_security_group_rule: fix typo
9 years ago
Rene Moser
28ad84b87a
cloudstack: add Simulator as hypervisor
9 years ago
Rene Moser
b95abe0ddd
cloudstack: rename displaytext, displayname to dislplay_... for consistency
9 years ago
Rene Moser
2e52f11dc3
cloudstack: use new get_result() handling
9 years ago
Rene Moser
4be1b3e2ab
cloudstack: cs_template: fix state=absent must not need vm, url
...
only for state=present, fixes example.
9 years ago
Brian Coca
708583850b
Merge pull request #803 from StackPointCloud/module/profitbricks-nic
...
ProfitBricks NIC Module v2
9 years ago
Brian Coca
ca505942e3
Merge pull request #804 from StackPointCloud/module/profitbricks-volumes
...
ProfitBricks Volumes Module v2
9 years ago
Brian Coca
b0bc0f4991
Merge pull request #755 from CenturylinkTechnology/clc_loadbalancer
...
clc_loadbalancer: Ansible module for managing load balancers in Centurylink Cloud
9 years ago
Brian Coca
67c7a92ca2
Merge pull request #773 from CenturylinkTechnology/clc_server
...
clc_server: Ansible module for creating or deleting servers in Centurylink Cloud
9 years ago
Brian Coca
7c8f983a38
Merge pull request #790 from CenturylinkTechnology/clc_modify_server
...
clc_modify_server: Ansible module for modifying existing servers in Centurylink cloud
9 years ago
Brian Coca
b3cf441b99
Merge pull request #801 from StackPointCloud/module/profitbricks-datacenter
...
ProfitBricks Data Center Module v2
9 years ago
Brian Coca
e31a4be192
fixes to prevent doc brekage
9 years ago
Brian Coca
1e067a96ea
Merge pull request #828 from resmo/for-ansible
...
cloudstack: fixes, docs, imrovements
9 years ago
Brian Coca
c310d3a8cd
Merge pull request #826 from DazWorrall/feature/cs_instance_iptonetwork
...
Add iptonetwork parameter to cs_instance
9 years ago
Rene Moser
9905034d3b
cloudstack: cs_ip_address: doc style fixes
9 years ago
Darren Worrall
2be506dbdf
Add alias
9 years ago
Darren Worrall
53e447e38e
Api tidy up
9 years ago
Darren Worrall
ecfd18a941
Rename param to ip_to_networks
9 years ago
Rene Moser
713cec4423
cloudstack: cs_instance: use mutually_exlusive of AnsibleModule
9 years ago
Rene Moser
aa14dedb8f
cloudstack: sync cs_facts with best practices
9 years ago
Rene Moser
2318009b70
cloudstack: cs_network fix zone not in result
9 years ago
Darren Worrall
d11182b80b
Add iptonetwork parameter
9 years ago
Milamber
51f3b9f6dd
Add an option to allow the resize of root disk when the instance is created. (need CloudStack 4.4 or +, cloud-initramfs-growroot installed on the template)
...
Signed-off-by: Milamber <milamber@apache.org>
9 years ago
Darren Worrall
e813c54e93
Remove listall
9 years ago
Darren Worrall
51cd73fd67
Doc fixes
9 years ago
Darren Worrall
abe0bbd5e1
Param fixes to associateIpAddress
9 years ago
Darren Worrall
7d791a8593
More doc fixes
9 years ago
Darren Worrall
86bf938575
Doc updates
9 years ago
Darren Worrall
f13eb871c7
Fix imports, override get_network and get_ip_address
9 years ago
Darren Worrall
a2c81b198e
More relevant example
9 years ago
Darren Worrall
a53e79d012
Add cs_ip_address module
9 years ago
Rene Moser
cbb2e96993
cloudstack: doc fixes
9 years ago
Rene Moser
e71daafd8e
cloudstack: fix KeyError: 'public_ip' in cs_instance
9 years ago
Brian Coca
22d209ee64
Merge pull request #760 from michaeljs1990/devel
...
ec2_remote_facts module
9 years ago
Brian Coca
66d51b895d
Merge pull request #810 from resmo/feature/cs_domain
...
cloudstack: new module cs_domain
9 years ago
Rene Moser
f74d8cb1e6
cloudstack: new module cs_domain
9 years ago
Brian Coca
a0558a90b2
Merge pull request #598 from wimnat/feature/ec2_vpc_subnet
...
Feature/ec2 vpc subnet
9 years ago
Jonathan Davila
757b952be4
Doc string fix for vsphere_copy
9 years ago
Matt Baldwin
8fda15fef5
Rebuild of ealier PR.
9 years ago
Matt Baldwin
ae116e95b2
Rebuild of a previous PR.
9 years ago
Matt Baldwin
e3fdb834b4
Rebuild of previous PR.
9 years ago
Matt Baldwin
2474a1f7cf
Rebuilt commit for Ansible PR.
9 years ago
whiter
e299952bca
Changed resource_tags to tags to match other modules (resource_tags still an alias)
...
Added get_subnet_info method to return more subnet info - matches same method in ec2_vpc_subnet_facts module
Rework of tags - will now only apply the tags listed in the module. Existing tags not listed will be removed (desired state!)
9 years ago
Siva Popuri
b8d9ab898d
Ansible module for modifying existing servers in Centurylink cloud
9 years ago
Michael Schuett
2583ae6df0
Cleanup docs
...
Change to 2.0 release and remove unneeded empty aliases.
9 years ago
Michael Schuett
e8e0076bf4
Update and rename ec2_search.py to ec2_remote_facts.py
9 years ago
whiter
d40bdd4645
Updated doco for vpc_subnet
9 years ago
Brian Coca
74c20b0639
Merge pull request #748 from bennojoy/vca_nat
...
Module for modifying nat rules in vcloud air or vcd
9 years ago
Brian Coca
322c1a871c
Merge pull request #747 from bennojoy/vca_fw
...
Module for modifying firewall rules in vcloud air or vcd
9 years ago
Brian Coca
128e5284fc
minor doc fixes to xenserver_facts
9 years ago
Brian Coca
7daa4adefa
Merge pull request #40 from andyhky/xenserver_module
...
Add XenServer module
9 years ago
Brian Coca
3a987b49fc
Merge pull request #778 from wimnat/feature/ec2_vpc_route_table_facts
...
New module - ec2_vpc_route_table_facts
9 years ago
Siva Popuri
727d2b46fd
Module for managing firewall policies in centurylink cloud
9 years ago
Siva Popuri
f6e7f33d5e
added no_log attribute to password argument.
9 years ago
Rob White
5f5ae26cc1
New module - ec2_vpc_route_table_facts
9 years ago
Andy Hill
b37777ed21
Add xenserver_facts module
...
This module gathers facts about a XenServer host, gathering them in a single
connection instead of multiple xe commands.
9 years ago
Benno Joy
abaf4ce59d
update license
9 years ago
Benno Joy
047e37a28c
update license
9 years ago
Brian Coca
a6e0fcaf6c
Merge pull request #776 from drybjed/update-virt_pool
...
Update author information in virt_pool docs
9 years ago
Brian Coca
0bdeb9ee47
Merge pull request #757 from drybjed/virt_net
...
libvirt: virt_net module
9 years ago
Maciej Delmanowski
375b2234b1
Update author information in virt_pool docs
9 years ago
Maciej Delmanowski
2af729944a
Update author information in virt_net docs
9 years ago
Rene Moser
5abaab68a4
cloudstack: fix typos in doc
9 years ago
Siva Popuri
f5a9b45856
clc_server: Ansible module for creating or deleting servers in Centurylink Cloud
9 years ago
Brian Coca
0984e9964f
Merge pull request #756 from drybjed/virt_pool
...
libvirt: virt_pool module
9 years ago
Michael Schuett
c08fa1269d
Remove unneeded nesting
...
The double nesting causes an issue with setting a default empty list if you need to loop over this using with_items. This fixes the issue since it looks like ansible silently fails at setting the default if you use with_items: registered_var['one']['two'] where one is not set.
9 years ago
Maciej Delmanowski
c011923e3b
Remove unused parameter from method arguments
9 years ago
Maciej Delmanowski
39b635ae79
Rewrite method to not use try/except
...
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
9 years ago
Maciej Delmanowski
d8b6dd5927
Rewrite for loops in a more Pythonic style
9 years ago
Maciej Delmanowski
055a31ba07
Remove separate check for Xen
...
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
9 years ago
Maciej Delmanowski
13e51060ec
Remove unused parameter from method arguments
9 years ago
Maciej Delmanowski
2b15b0564c
Add whitespace so diff with 'virt_pool' is easier
9 years ago
Maciej Delmanowski
dc92f0af4c
Rewrite method to not use try/except
...
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
9 years ago
Maciej Delmanowski
00e7e225ce
Rewrite for loops in a more Pythonic style
9 years ago
Maciej Delmanowski
8b2cc4f7bb
Remove separate check for Xen
...
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
9 years ago
Brian Coca
dfdd2bb5ed
fixed license and copyright
9 years ago
Brian Coca
e35778feba
removed redundant version added
9 years ago
Brian Coca
c0ca23b53d
Merge pull request #746 from bennojoy/vca_vapp
...
Module for creating vapp/vm in vcloud or vcd
9 years ago
Michael Schuett
c64c2995a4
Document ignore_state
...
Added documentation for ignore_state and updated the example since you
would really only use this module if you are going to register it to a
variable.
9 years ago
Michael Schuett
1c6597ec73
Typo
...
Remove typo from when I recently was testing logic for also having an include state.
9 years ago
Michael Schuett
9df0473932
ec2_search module
...
This module lets you get information about any number of ec2 instances
in your environment. It also has the option of creating hostnames based
on the ip of your server.
9 years ago
Siva Popuri
c89a4ac460
minor change to get rid of code inspection warnings
9 years ago
Maciej Delmanowski
0da9254537
libvirt: virt_net module
...
This module manages network configuration in libvirt.
9 years ago
Maciej Delmanowski
1fd1460d2f
libvirt: virt_pool module
...
This module manages storage pool configuration in libvirt.
9 years ago
Siva Popuri
a3b703a0f6
Ansible module for managing load balancers in Centurylink Cloud
9 years ago
Siva Popuri
86409ca2d4
minor documentation change
9 years ago
Siva Popuri
f7bd44ecd7
clc_blueprint_package: module for installing blueprint packages for Centurylink Cloud servers
9 years ago
Eric Johnson
14fffa5b53
Merge pull request #689 from dohoangkhiem/devel
...
New module: gce_tag
9 years ago
Benno Joy
ff2009136f
Module for modifying NAT rules in vcloud or vcd
9 years ago
Benno Joy
71e08d6c3f
Module for modifying firewall rules in vcloud or vcd
9 years ago
Benno Joy
85ee695cf3
Module for creating vapp/vm in vcloud or vcd
9 years ago
dohoangkhiem
f27a817cbf
Remove incorrect copyright | minor refinement of code convention
9 years ago
Toshio Kuratomi
26c1bd76c3
Fix typo in docs
9 years ago