Commit Graph

1470 Commits (e31a4be192dcb3bb5a769e1f2f5dbda5fface5b6)

Author SHA1 Message Date
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
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
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
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
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