Mark Chance
495e029c75
fix docs, enhance fail msgs
2016-12-08 11:33:21 -05:00
Mark Chance
aa4cecdcf5
cloud amazon ECS cluster module
2016-12-08 11:33:20 -05:00
zimbatm
21fc9cd1a0
route53_health_check: new module
...
Allows to define and update Route53 health-checks
Create and update actions are defined in the module because boto is
broken in the first case and doesn't implement the second-one.
2016-12-08 11:33:20 -05:00
Gerard Lynch
d8f1103864
minor doc fix
2016-12-08 11:33:20 -05:00
Peter Sprygada
c516767cd2
updated vca_nat module to use common vca library
2016-12-08 11:33:20 -05:00
Peter Sprygada
c54f46a414
refactor vca_vapp to use vca common module
2016-12-08 11:33:19 -05:00
Peter Sprygada
03c55f705b
refactored vca_fw to use vca common module
2016-12-08 11:33:19 -05:00
Rene Moser
52a40510d7
cloudstack: new module cs_user
2016-12-08 11:33:19 -05:00
Jérémie Astori
5762e32dad
Fix tpyo
2016-12-08 11:33:18 -05:00
Rene Moser
cd39bdd11d
cloudstack: cs_account re-factor error handling state=present
2016-12-08 11:33:18 -05:00
Rene Moser
f84b40e542
cloudstack: cs_account: create account for states locked/disabled/enabled if not present
2016-12-08 11:33:18 -05:00
Rene Moser
497bca48d1
cloudstack: cs_account: add state unlocked as alias for enabled
2016-12-08 11:33:18 -05:00
Rob
25b72ac7e0
Documentation fixup
2016-12-08 11:33:18 -05:00
Rene Moser
d3b680e1c9
cloudstack: fix templates not always have checksums
...
It is not documented but it seems only registered templates have checksums. Templates created from VMs and snapshot don't.
This change fixes the traceback. But we must re-thinking, if it still makes sense to look for the checksum.
2016-12-08 11:33:18 -05:00
steynovich
8fff5ac9ce
Update route53_zone.py
...
Proposed fix for issue #940
Fix: Include common AWS parameters in module arguments
2016-12-08 11:33:18 -05:00
Evan Carter
edfe99b5ce
fixing hang after creation
2016-12-08 11:33:17 -05:00
Rene Moser
badc5298a2
cloudstack: cs_account: fix error handing on state=absent
2016-12-08 11:33:17 -05:00
Peter Sprygada
9a8be8ae06
adds missing serialize_instance function
2016-12-08 11:33:17 -05:00
Bret Martin
bb9109ebca
Only wait for ENI attachment at creation when instance_id is specified
2016-12-08 11:33:17 -05:00
Toshio Kuratomi
3d1a1d58b8
Try to revert the pieces of #651 that @willthames and @erydo requested
2016-12-08 11:33:17 -05:00
Rob White
7908b04c19
Doc fix up
2016-12-08 11:33:17 -05:00
whiter
404f151cde
Fixed incorrect connect_to_aws call - switched to boto.vpc instead of boto.ec2
2016-12-08 11:33:17 -05:00
Toshio Kuratomi
ba8cc9493a
correct documentation formatting
2016-12-08 11:33:17 -05:00
Brian Coca
3fa372e277
fixed option description
2016-12-08 11:33:17 -05:00
dbhirko
60bf93d182
Change boto connection object from ec2 to vpc
...
Issue 906 - ec2_vpc_igw has incorrect connection parameters
2016-12-08 11:33:17 -05:00
Darren Worrall
2f2dbaeff7
More doc fixes
2016-12-08 11:33:17 -05:00
Darren Worrall
6c9de090fe
Doc fix
2016-12-08 11:33:16 -05:00
Darren Worrall
7f847cf21f
Use module level validation for params
2016-12-08 11:33:16 -05:00
Darren Worrall
c581d1de8e
Add support for custom service offerings
...
This adds 3 new params: cpu, cpu_speed, and memory, which are required
together.
2016-12-08 11:33:16 -05:00
whiter
fa800c6671
New module - s3_lifecycle
2016-12-08 11:33:16 -05:00
Shayne Clausson
2f7bfd8273
fixes issue where no range_key_name is defined https://github.com/ansible/ansible-modules-extras/issues/841
2016-12-08 11:33:16 -05:00
Rene Moser
297312546d
cloudstack: add api_region arg
...
* docs in module_docs_fragments/cloudstack.py
* implemented in module_utils/cloudstack.py -> https://github.com/ansible/ansible/pull/12083
2016-12-08 11:33:16 -05:00
whiter
e2481ff1e6
Remove debug print statement. Fixed ensure_propagation call to pass 'route_table' and 'connection'.
2016-12-08 11:33:16 -05:00
whiter
3961f30f66
Added option to specify tags or route-table-id, quoted doc strings, added more detail to returned route table object, numerous minor fixes
2016-12-08 11:33:16 -05:00
Bret Martin
6cde07994e
Don't enable route propagation on a virtual gateway with propagated routes
2016-12-08 11:33:16 -05:00
Bret Martin
c84ad99760
Don't attempt to delete routes using propagating virtual gateways
2016-12-08 11:33:16 -05:00
Bret Martin
4dfcadd92e
Call ensure_propagation() with the retrieved route table ID
2016-12-08 11:33:16 -05:00
Bret Martin
3558263487
Don't check original_association_ids since it is not set, per comment above
2016-12-08 11:33:16 -05:00
Bret Martin
e741e5a002
Correct enable_vgw_route_propagation test_run parameter to dry_run
2016-12-08 11:33:16 -05:00
Rob White
75261e3a1f
Blank aliases removed
2016-12-08 11:33:15 -05:00
whiter
1e332f691f
Changed to use "connect_to_aws" method
2016-12-08 11:33:15 -05:00
whiter
24e35f703c
Documentation update
2016-12-08 11:33:15 -05:00
Herby Gillot
db76089eaa
Allow VPC igw to be specified by gateway_id: "igw"
2016-12-08 11:33:15 -05:00
Robert Estelle
cb8f83a6c7
ec2_vpc_route_tables - Allow reference to subnets by id, name, or cidr.
2016-12-08 11:33:15 -05:00
Robert Estelle
97bae969cf
ec2_vpc_route_tables - Remove more dict comprehensions.
2016-12-08 11:33:15 -05:00
Robert Estelle
dd0eccf427
ec2_vpc_route_table - Fix unintended tag search regression.
2016-12-08 11:33:15 -05:00
Robert Estelle
dce995e196
ec2_vpc_route_table - Support route propagation through VGW.
...
Based on work by Bret Martin via pull request #356
2016-12-08 11:33:15 -05:00
Robert Estelle
b76f9a7eca
ec2_vpc - More dry running in check mode.
2016-12-08 11:33:15 -05:00
Robert Estelle
9068bde560
ec2_vpc - Update dict comprehensions and {} formats for python2.6
2016-12-08 11:33:15 -05:00
Robert Estelle
17f1be7fd8
ec2_vpc - Update some documentation strings.
2016-12-08 11:33:15 -05:00
Robert Estelle
79660737b1
ec2_vpc - More efficient tag search.
2016-12-08 11:33:15 -05:00
Robert Estelle
2325bae599
ec2_vpc - Fail module using fail_json on boto import failure.
2016-12-08 11:33:15 -05:00
Robert Estelle
504e1773ef
ec2_vpc - VPCException -> AnsibleVPCException
2016-12-08 11:33:15 -05:00
Robert Estelle
bded55a84d
EC2 subnet/route-table: Simplify tag updating.
2016-12-08 11:33:15 -05:00
Robert Estelle
c83501f4c7
Split out route table and subnet functionality from VPC module.
2016-12-08 11:33:14 -05:00
Rene Moser
e5517fafc1
cloudstack: cs_instance: deploy instance in desired state on state=started/stopped
...
Before this change, an instance must be present for make use of state=stopped/started. Now we are deploying an instance in the desire state if it does not exist.
In this case all args needed to deploy the instance must be passed. However the short form for stopping/starting an _existing_ instance still works as before.
2016-12-08 11:33:14 -05:00
Rene Moser
513739a151
cloudstack: cs_template: add new arg cross_zones
2016-12-08 11:33:14 -05:00
Alex Punco
6b1f7099e1
fix creation containers on btrfs subvolumes
2016-12-08 11:33:14 -05:00
Joseph Callen
df19a37dc5
New VMware Module to support migrating vmkernel adapter
2016-12-08 11:33:14 -05:00
Russell Teague
64dc507d44
Adding vmware_target_canonical_facts module
2016-12-08 11:33:14 -05:00
Chrrrles Paul
a3cbfeca28
Revert "Revert "New VMware Module to support configuring a VMware vmkernel IP…"
2016-12-08 11:33:14 -05:00
Russell Teague
d405650b8f
Adding vmware_vm_vss_dvs_migrate module
2016-12-08 11:33:14 -05:00
Chrrrles Paul
c4dcffc9f2
Revert "New VMware Module to support configuring a VMware vmkernel IP Address"
2016-12-08 11:33:14 -05:00
Russell Teague
fc0b830bca
Adding vmware_vmkernel_ip_config module
2016-12-08 11:33:14 -05:00
Joseph Callen
acf72d3572
New VMware Module to support adding distribute vswitch
2016-12-08 11:33:14 -05:00
Joseph Callen
94d808e8df
New VMware Module to support adding an ESXi host to vCenter
2016-12-08 11:33:14 -05:00
Russell Teague
6e9dce82e9
Adding vmware_vmkernel module
2016-12-08 11:33:13 -05:00
Joseph Callen
9da3e2c5b6
New VMware Module to support adding distributed portgroups
2016-12-08 11:33:13 -05:00
Rene Moser
19191907c5
cloudstack: cs_domain: rename argument cleanup to clean_up for consistency
2016-12-08 11:33:13 -05:00
Rene Moser
6a70e7d6fb
cloudstack: cs_staticnat: fix wrong class name used
2016-12-08 11:33:13 -05:00
Rene Moser
2f031f13fc
cloudstack: cs_portforward: fix returns for int casting
...
* missing self.
* variable must be named portforwarding_rule, not resource
2016-12-08 11:33:13 -05:00
Rene Moser
6f91273fe1
cloudstack: cs_instance: fix ip address may not be set on default nic
2016-12-08 11:33:13 -05:00
Joseph Callen
03ecc4e657
New VMware Module to support adding standard portgroups
2016-12-08 11:33:13 -05:00
Russell Teague
1d770af4f3
Adding vmware_vm_facts module
2016-12-08 11:33:13 -05:00
Siva Popuri
92df57453d
minor change to get rid of code inspection warnings
2016-12-08 11:33:13 -05:00
Siva Popuri
c63bf938e9
minor documentation change
2016-12-08 11:33:13 -05:00
Siva Popuri
04ce93651c
clc_blueprint_package: module for installing blueprint packages for Centurylink Cloud servers
2016-12-08 11:33:13 -05:00
Siva Popuri
c0dae5a6be
Module for managing firewall policies in centurylink cloud
2016-12-08 11:33:13 -05:00
Matt Baldwin
343f906ae1
Rebuild of ealier PR.
2016-12-08 11:33:12 -05:00
Russell Teague
d30e466103
Adding vmware_vsan_cluster module
2016-12-08 11:33:12 -05:00
Russell Teague
d24a648a1d
This includes a new module for VMware vSphere
...
Creates a VMware vSwitch
We have an end-to-end playbook that performs bare metal provisioning and
configuration of vSphere.
The playbooks/tasks and results from that testing is what will be listed
in this PR.
If there are any questions please let either @jcpowermac or @mtnbikenc
know.
Tested with version
```
$ ansible-playbook --version
ansible-playbook 1.9.2
configured module search path = None
```
Associated tasks used for testing below
```
- name: Add a temporary vSwitch
local_action:
module: vmware_vswitch
hostname: "{{ inventory_hostname }}"
username: "{{ esxi_username }}"
password: "{{ site_passwd }}"
switch_name: temp_vswitch
nic_name: "{{ vss_vmnic }}"
mtu: 9000
```
Verbose testing output and results
```
TASK: [Configure ESXi hostname and DNS servers]
*******************************
<127.0.0.1> REMOTE_MODULE vmware_dns_config password=VALUE_HIDDEN
hostname=foundation-esxi-01 change_hostname_to=cscesxtmp001
domainname=lordbusiness.local dns_servers=192.168.70.3,192.168.70.4
username=root
<127.0.0.1> REMOTE_MODULE vmware_dns_config password=VALUE_HIDDEN
hostname=foundation-esxi-02 change_hostname_to=cscesxtmp002
domainname=lordbusiness.local dns_servers=192.168.70.3,192.168.70.4
username=root
<127.0.0.1> REMOTE_MODULE vmware_dns_config password=VALUE_HIDDEN
hostname=foundation-esxi-03 change_hostname_to=cscesxtmp003
domainname=lordbusiness.local dns_servers=192.168.70.3,192.168.70.4
username=root
changed: [foundation-esxi-01 -> 127.0.0.1] => {"changed": true}
changed: [foundation-esxi-03 -> 127.0.0.1] => {"changed": true}
changed: [foundation-esxi-02 -> 127.0.0.1] => {"changed": true}
```
2016-12-08 11:33:12 -05:00
Joseph Callen
35087325a8
New VMware Module to support configuring DNS on ESXi hosts
2016-12-08 11:33:12 -05:00
Brian Coca
e3bdd556cd
removed empty notes
2016-12-08 11:33:12 -05:00
Brian Coca
e3692395ef
minor doc updates to vmware_cluster
2016-12-08 11:33:12 -05:00
Joseph Callen
0ea19499ae
New VMware Module to support adding a cluster to vCenter
2016-12-08 11:33:12 -05:00
Michael J. Schultz
6967ad1193
Remove old Ansible AWS magic
2016-12-08 11:33:12 -05:00
Michael J. Schultz
cb9572277a
Names and aliases matching other modules
2016-12-08 11:33:12 -05:00
Michael J. Schultz
727bcf9340
Add EC2 ELB Facts module to gather facts about ELBs!
2016-12-08 11:33:12 -05:00
whiter
7160312383
Fixed tag comparison
2016-12-08 11:33:12 -05:00
Rob White
9a0bc389ef
New module - s3_bucket
2016-12-08 11:33:11 -05:00
Brian Coca
6e198ff51a
updated docs to new choice option
2016-12-08 11:33:11 -05:00
Daniël
824bdad62c
add zfs backing store support
2016-12-08 11:33:11 -05:00
Rene Moser
b9cf174a8b
cloudstack: cs_network: rename broadcast_domaintype to broadcast_domain_type for consistency
2016-12-08 11:33:11 -05:00
Rene Moser
368b553fd7
cloudstack: cs_security_group_rule: fix typo
2016-12-08 11:33:11 -05:00
Rene Moser
26652002a4
cloudstack: add Simulator as hypervisor
2016-12-08 11:33:11 -05:00
Rene Moser
7bcbc7819c
cloudstack: rename displaytext, displayname to dislplay_... for consistency
2016-12-08 11:33:11 -05:00
Rene Moser
65dc7af166
cloudstack: use new get_result() handling
2016-12-08 11:33:11 -05:00
Rene Moser
41315b2cd9
cloudstack: cs_template: fix state=absent must not need vm, url
...
only for state=present, fixes example.
2016-12-08 11:33:11 -05:00
Matt Baldwin
26f719abb6
Rebuild of previous PR.
2016-12-08 11:33:10 -05:00
Matt Baldwin
4e4639ebc6
Rebuild of a previous PR.
2016-12-08 11:33:10 -05:00
Siva Popuri
61dbec9521
Ansible module for managing load balancers in Centurylink Cloud
2016-12-08 11:33:10 -05:00
Siva Popuri
c0e484d5b2
added no_log attribute to password argument.
2016-12-08 11:33:10 -05:00
Siva Popuri
8b44170fa0
clc_server: Ansible module for creating or deleting servers in Centurylink Cloud
2016-12-08 11:33:10 -05:00
Siva Popuri
2ad900ec7b
Ansible module for modifying existing servers in Centurylink cloud
2016-12-08 11:33:10 -05:00
Matt Baldwin
f6b5c36eca
Rebuilt commit for Ansible PR.
2016-12-08 11:33:10 -05:00
Brian Coca
b0e86d3551
fixes to prevent doc brekage
2016-12-08 11:33:09 -05:00
Rene Moser
cbaa353a87
cloudstack: cs_ip_address: doc style fixes
2016-12-08 11:33:09 -05:00
Rene Moser
88488c26ef
cloudstack: cs_instance: use mutually_exlusive of AnsibleModule
2016-12-08 11:33:09 -05:00
Rene Moser
f4f20c7c20
cloudstack: sync cs_facts with best practices
2016-12-08 11:33:09 -05:00
Rene Moser
728f9fd9fa
cloudstack: cs_network fix zone not in result
2016-12-08 11:33:09 -05:00
Darren Worrall
ab7af801c1
Add alias
2016-12-08 11:33:09 -05:00
Darren Worrall
d115960e03
Api tidy up
2016-12-08 11:33:09 -05:00
Darren Worrall
eb27460d67
Rename param to ip_to_networks
2016-12-08 11:33:09 -05:00
Darren Worrall
0e1b2e5b3a
Add iptonetwork parameter
2016-12-08 11:33:09 -05:00
Milamber
1760c6c670
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>
2016-12-08 11:33:09 -05:00
Darren Worrall
ffbc9d888f
Remove listall
2016-12-08 11:33:09 -05:00
Darren Worrall
b937f9a79c
Param fixes to associateIpAddress
2016-12-08 11:33:09 -05:00
Darren Worrall
e92acede5b
Doc updates
2016-12-08 11:33:08 -05:00
Darren Worrall
6daa6f797c
Fix imports, override get_network and get_ip_address
2016-12-08 11:33:08 -05:00
Darren Worrall
1c052c6f0e
More relevant example
2016-12-08 11:33:08 -05:00
Darren Worrall
3a1720d6f0
Add cs_ip_address module
2016-12-08 11:33:08 -05:00
Rene Moser
371e67d885
cloudstack: doc fixes
2016-12-08 11:33:08 -05:00
Rene Moser
ab00c9aacc
cloudstack: fix KeyError: 'public_ip' in cs_instance
2016-12-08 11:33:08 -05:00
Michael Schuett
a5047c70c8
Cleanup docs
...
Change to 2.0 release and remove unneeded empty aliases.
2016-12-08 11:33:08 -05:00
Michael Schuett
a66854f95b
Update and rename ec2_search.py to ec2_remote_facts.py
2016-12-08 11:33:07 -05:00
Michael Schuett
9b19de89c7
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.
2016-12-08 11:33:07 -05:00
Michael Schuett
509188bfd9
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.
2016-12-08 11:33:07 -05:00
Michael Schuett
3e5a33f106
Typo
...
Remove typo from when I recently was testing logic for also having an include state.
2016-12-08 11:33:07 -05:00
Michael Schuett
627179b79e
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.
2016-12-08 11:33:07 -05:00
Rene Moser
70762b0290
cloudstack: new module cs_domain
2016-12-08 11:33:07 -05:00
whiter
2a4704e21d
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!)
2016-12-08 11:33:07 -05:00
whiter
3497f67d28
Updated doco for vpc_subnet
2016-12-08 11:33:07 -05:00
whiter
d7269d977b
Updated documentation
2016-12-08 11:33:07 -05:00
Robert Estelle
6670f7a220
ec2_vpc_subnet - Use dict constructor instead of comprehension.
2016-12-08 11:33:07 -05:00
Robert Estelle
7733c3f2be
ec2_vpc_subnet - resource_tags is not required.
2016-12-08 11:33:07 -05:00
Jonathan Davila
5e31e37f9e
Doc string fix for vsphere_copy
2016-12-08 11:33:07 -05:00
Benno Joy
bd9eca2d30
update license
2016-12-08 11:33:05 -05:00
Benno Joy
b49b1c6d7d
Module for modifying NAT rules in vcloud or vcd
2016-12-08 11:33:05 -05:00
Benno Joy
6abf3a856d
Module for modifying firewall rules in vcloud or vcd
2016-12-08 11:33:05 -05:00
Brian Coca
47fdd8a960
minor doc fixes to xenserver_facts
2016-12-08 11:33:05 -05:00
Andy Hill
eab023f8db
Add xenserver_facts module
...
This module gathers facts about a XenServer host, gathering them in a single
connection instead of multiple xe commands.
2016-12-08 11:33:05 -05:00
Rob White
f0bdf74b5e
New module - ec2_vpc_route_table_facts
2016-12-08 11:33:05 -05:00
Maciej Delmanowski
8e3da4212b
Update author information in virt_pool docs
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
c5c69ca1e7
Update author information in virt_net docs
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
6c4f50a2ea
Remove unused parameter from method arguments
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
b42bc91258
Add whitespace so diff with 'virt_pool' is easier
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
e1084e5caa
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.
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
1f65953090
Rewrite for loops in a more Pythonic style
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
2fde14aaf1
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.
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
8a1abfdd92
libvirt: virt_net module
...
This module manages network configuration in libvirt.
2016-12-08 11:33:04 -05:00
Rene Moser
81006ab9c3
cloudstack: fix typos in doc
2016-12-08 11:33:04 -05:00
Maciej Delmanowski
7e3787dd11
libvirt: virt_pool module
...
This module manages storage pool configuration in libvirt.
2016-12-08 11:33:04 -05:00
Brian Coca
040f72f811
fixed license and copyright
2016-12-08 11:33:03 -05:00
Brian Coca
b17859d8d5
removed redundant version added
2016-12-08 11:33:03 -05:00
Benno Joy
58af9f159e
Module for creating vapp/vm in vcloud or vcd
2016-12-08 11:33:03 -05:00
dohoangkhiem
08e4ef5120
Remove incorrect copyright | minor refinement of code convention
2016-12-08 11:33:02 -05:00
dohoangkhiem
3c4fa05ef0
New module: gce_tag for add/remove tags to/from GCE instance
2016-12-08 11:33:02 -05:00
Toshio Kuratomi
64fbe80199
Fix typo in docs
2016-12-08 11:33:02 -05:00
Matt Baldwin
056d56ce24
Correcting issues raised by @abadger.
2016-12-08 11:33:02 -05:00
Matt Baldwin
1e7df67e76
Resolving issues flagged in pull request #683
2016-12-08 11:33:02 -05:00
Matt Baldwin
058f3772f1
Ansible ProfitBricks Compute Module.
2016-12-08 11:33:01 -05:00
Siva Popuri
ba185f1bf1
corrected the license string to make it compatible with GPLV3
2016-12-08 11:33:01 -05:00
Siva Popuri
98253831c1
changes to include PR review comments
2016-12-08 11:33:01 -05:00
Rene Moser
8492f7e05c
cloudstack: new module cs_staticnat
2016-12-08 11:33:01 -05:00
Rene Moser
15b6ae8e5c
cloudstack: cs_instance: fix display_name not used in deployment
2016-12-08 11:33:01 -05:00
Rene Moser
1f25377ce9
cloudstack: use get_or_fallback() from cloudstack utils
2016-12-08 11:33:01 -05:00
Rene Moser
743ed1cd82
cloudstack: cs_portforward: fix public_end_port was used for private_end_port
2016-12-08 11:33:01 -05:00
Rob White
280086f230
Doc fixup
2016-12-08 11:33:01 -05:00
Rob White
a979c0db8e
Removed requirement for target_bucket
2016-12-08 11:33:00 -05:00
Rob White
dbd26446c8
New module - s3_logging
2016-12-08 11:33:00 -05:00
Maciej Delmanowski
1b6980b086
virt: 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: #430
2016-12-08 11:33:00 -05:00
Brian Coca
b789277517
minor doc fixes
2016-12-08 11:33:00 -05:00
Boris Ekelchik
1b56c446b8
Added changes requested by reviewers
...
Copied @wimnat incorporating changes requested in feedback comments
2016-12-08 11:33:00 -05:00
Boris Ekelchik
7d562272a4
New sts_assume_role module
2016-12-08 11:32:59 -05:00
Rene Moser
7806d3d134
cloudstack: cs_instance: fix missing resource error in check mode if instance is not yet present
2016-12-08 11:32:59 -05:00
Toshio Kuratomi
36429c7b9b
Fix the documentation of route53_zone
2016-12-08 11:32:58 -05:00
Christopher Troup
5f57ffcbba
Add GPL file header
2016-12-08 11:32:58 -05:00
Christopher Troup
af8c363932
Use state: present|absent rather than command: create|delete
2016-12-08 11:32:58 -05:00
Christopher Troup
beceeb440d
Update documentation to include usual fields
...
- Adds version_added
- Adds author
- Removed default: null from a required field
2016-12-08 11:32:58 -05:00
Christopher Troup
a6e79f6347
Add support for creating and deleting Route53 hosted zones
...
Supports both private (per-VPC) and public hosted zones.
2016-12-08 11:32:58 -05:00
Ash Wilson
c10f898b53
Use rax_to_dict().
2016-12-08 11:32:57 -05:00
Ash Wilson
9928efedc9
Bring the examples up to date.
2016-12-08 11:32:57 -05:00
Ash Wilson
b76dff4411
Guard calls that modify the CLB with try/except.
2016-12-08 11:32:57 -05:00
Ash Wilson
f97c3cb8b6
Include the balancer acted upon in the result.
2016-12-08 11:32:57 -05:00
Ash Wilson
e7d31217f1
Bump version_added.
2016-12-08 11:32:57 -05:00
Ash Wilson
6eda375684
Use rax_find_loadbalancer utility method.
2016-12-08 11:32:57 -05:00
Ash Wilson
0177ba903a
Remove redundant "state" validity check.
2016-12-08 11:32:57 -05:00
Ash Wilson
9dfba4881f
Rename "balancer_name" to "loadbalancer."
2016-12-08 11:32:57 -05:00
Ash Wilson
575ace06b9
Move ansible imports to the module's bottom.
2016-12-08 11:32:57 -05:00
Ash Wilson
7bf7f23b3e
Use the correct version_added.
2016-12-08 11:32:57 -05:00
Ash Wilson
05cee6a120
Initial implementation of rax_clb_ssl.
2016-12-08 11:32:57 -05:00
Quentin Stafford-Fraser
e57a771860
webfaction: Allow machine to be specified if account has more than one.
2016-12-08 11:32:57 -05:00
Rene Moser
24b0943eaa
cloudstack: fix user_data gathering, must not be in for loop
2016-12-08 11:32:56 -05:00
Rene Moser
1aa4d0c2dd
cloudstack: update code to match best practice
...
* Remove catchall exception
* use `if __name__ == '__main__':`
2016-12-08 11:32:56 -05:00
Rene Moser
4020ebaecf
cloudstack: fix state=expunged in cs_instance
2016-12-08 11:32:56 -05:00
Rene Moser
cbfc5a3079
cloudstack: cs_instance do not pass zoneid to listVirtualMachines
...
This change is related to 2 issues;
- The API does not return destroyed VMs if zone ID is passed for CS version < 4.5.2. Also see CLOUDSTACK-8578. This only affects domain and root admins.
- The instance name must be unique across all zones. If we pass the zone ID to find a VM, it will not be found if it is in a different zone but a deployment with the name would fail.
2016-12-08 11:32:56 -05:00
Rene Moser
6fd10bed8f
cloudstack: cleanup cs_instance use param key exlicitly for utils methods
2016-12-08 11:32:56 -05:00
Rene Moser
da3db1bfda
cloudstack: fix cs_instance can not find iso and disk offering if domain is set.
...
This does only affect root admins.
2016-12-08 11:32:56 -05:00
Matt Martz
45e9216fc4
Fix interpreter line in webfaction modules
2016-12-08 11:32:56 -05:00
Matt Martz
bfa9852fc7
Update vsphere_copy.py to use new style module_utils import
2016-12-08 11:32:56 -05:00
Dag Wieers
ab7a8a6a11
Work around a software bug in vSphere
...
Due to a software bug in vSphere, it fails to handle ampersand in datacenter names.
The solution is to do what vSphere does (when browsing) and double-encode ampersands.
It is likely other characters need special treatment like this as well, haven't found any.
2016-12-08 11:32:56 -05:00
Rick Mendes
c89e05892a
upgraded docs and argspec to match module guidelines
2016-12-08 11:32:56 -05:00
Rick Mendes
1286364498
optionally supports waiting for the password to be available
2016-12-08 11:32:55 -05:00
Rick Mendes
110388be11
added version_added to key_passphrase
2016-12-08 11:32:55 -05:00
Rick Mendes
cced189390
now handles keys protected with a passphrase
2016-12-08 11:32:55 -05:00
Alan Loi
dbbeee34a0
Check AWS region and credentials are provided.
2016-12-08 11:32:55 -05:00
Alan Loi
a7732e23dd
Docfixes - add version_added and default values.
2016-12-08 11:32:55 -05:00
Rene Moser
03a6fc0c56
cloudstack: fix cs_instance hypervisor must be omitted if set on template/iso
...
Fix related to issue reported in PR GH-646
2016-12-08 11:32:54 -05:00
Rene Moser
b1143abbcf
cloudstack: make get_template_or_iso returning a dict for fix GH-646
2016-12-08 11:32:54 -05:00
Toshio Kuratomi
4078e0905c
Fix up docs
2016-12-08 11:32:54 -05:00
Matt Martz
d93da276ad
Bump version_added to 2.0
2016-12-08 11:32:54 -05:00
Matt Martz
66ce556e92
Add missing __init__.py
2016-12-08 11:32:54 -05:00
Ash Wilson
23c79ed474
Eliminate redundant module argument checks.
2016-12-08 11:32:54 -05:00
Ash Wilson
6b753c5c71
Use required=True and choices=[].
2016-12-08 11:32:54 -05:00
Ash Wilson
4b1bdf738e
Correct version_added in the documentation.
2016-12-08 11:32:54 -05:00
Ash Wilson
eac1565b22
Restore rax_mon_* modules.
2016-12-08 11:32:54 -05:00
jpic
4afb6b73c8
Define HAS_LXC even if import lxc doesn't fail.
...
This fixes::
Traceback (most recent call last):
File "/home/jpic/.ansible/tmp/ansible-tmp-1435080800.61-38257321141340/lxc_container", line 3353, in <module>
main()
File "/home/jpic/.ansible/tmp/ansible-tmp-1435080800.61-38257321141340/lxc_container", line 1712, in main
if not HAS_LXC:
NameError: global name 'HAS_LXC' is not defined
2016-12-08 11:32:54 -05:00
jpic
44d97d33e5
Fixed lxc option parsing.
...
This fixes::
Traceback (most recent call last):
File "/home/jpic/.ansible/tmp/ansible-tmp-1435080916.98-133068627776311/lxc_container", line 3355, in <module>
main()
File "/home/jpic/.ansible/tmp/ansible-tmp-1435080916.98-133068627776311/lxc_container", line 1724, in main
lxc_manage.run()
File "/home/jpic/.ansible/tmp/ansible-tmp-1435080916.98-133068627776311/lxc_container", line 1605, in run
action()
File "/home/jpic/.ansible/tmp/ansible-tmp-1435080916.98-133068627776311/lxc_container", line 1145, in _started
self._config()
File "/home/jpic/.ansible/tmp/ansible-tmp-1435080916.98-133068627776311/lxc_container", line 714, in _config
_, _value = option_line.split('=')
ValueError: too many values to unpack
With such a task::
tasks:
- lxc_container:
name: buildbot-master
container_config:
- "lxc.mount.entry = {{ cwd }} srv/peopletest none defaults,bind,uid=0,create=dir 0 0"
2016-12-08 11:32:53 -05:00
Alan Loi
e05ade9806
Fix aws connection to use params.
2016-12-08 11:32:53 -05:00
Alan Loi
a6b6cfe2dd
Add .py file extension to dynamodb_table module.
2016-12-08 11:32:53 -05:00
Alan Loi
abf03f6376
Added return value documentation to dynamodb_table module.
2016-12-08 11:32:53 -05:00
Alan Loi
1bea9a25bb
Added check_mode support to dynamodb_table module.
2016-12-08 11:32:53 -05:00
Alan Loi
e93aec0b3a
Add dynamodb_table module
2016-12-08 11:32:53 -05:00
Brian Coca
c73d248ba6
monior docfixes added extensino to vsphere_copy so it actually installs
2016-12-08 11:32:52 -05:00
Amir Moulavi
4588a4f9ed
Implementation of EC2 AMI copy between regions
2016-12-08 11:32:52 -05:00
Rene Moser
ee2809d4f4
cloudstack: new module cs_facts
2016-12-08 11:32:52 -05:00
Dag Wieers
209ba9aed0
Spurious newline could corrupt payload
...
Due to a spurious newline we corrupted the payload. It depends on the order of the headers and if there were headers added by vSphere.
The Accept header was also not needed.
2016-12-08 11:32:52 -05:00
whiter
cc47adbc03
New module - ec2_eni
2016-12-08 11:32:52 -05:00
Rob White
4ad6cc183a
Updated documentation and added boto profile support.
2016-12-08 11:32:52 -05:00
Robert Estelle
b180b97273
ec2_vpc_igw - Rename IGWException to AnsibleIGWException.
2016-12-08 11:32:52 -05:00
Robert Estelle
83d3ff2692
ec2_vpc_igw - Exit with fail_json when boto is unavailable.
2016-12-08 11:32:52 -05:00
Robert Estelle
9433c88aef
Add ec2_vpc_igw module.
2016-12-08 11:32:52 -05:00
Will Thames
bbc82baa58
Add GUIDELINES for AWS module development
...
Starting point for a reference when doing pull request reviews.
If something doesn't meet the guidelines we can point people
at them. If something is bad but is not mentioned in the
guidelines, we should add it here.
2016-12-08 11:32:52 -05:00
Siva Popuri
ba389018bc
Corrected the license text to match GPLv3
2016-12-08 11:32:52 -05:00
Siva Popuri
62d42f0163
Added clc ansible module for managing groups in centurylink cloud
2016-12-08 11:32:52 -05:00
Siva Popuri
f50657aec0
Revert "ansible modules for centurylink cloud are added"
...
This reverts commit 11c953477c012435e078d62204b0cf1db2796d2f.
2016-12-08 11:32:52 -05:00
Siva Popuri
a2248dd2d0
ansible modules for centurylink cloud are added
2016-12-08 11:32:52 -05:00
Brian Coca
6ababec09f
minor doc update
2016-12-08 11:32:51 -05:00
Dag Wieers
9197b84236
New module to copy (push) files to a vCenter datastore
2016-12-08 11:32:51 -05:00
Kevin Carter
16cc3423a5
Fix the lxc container restart state
...
The lxc container restart state does not ensure that the container
is in fact started unless another config or command is passed into
the task. to fix this the module simply needs to have the function
call added ``self._container_startup()`` after the container is
put into a stopped state.
Signed-off By: Kevin Carter <kevin.carter@rackspace.com>
2016-12-08 11:32:51 -05:00
Greg DeKoenigsberg
c65a612d1f
Changes to author formatting, remove emails
2016-12-08 11:32:51 -05:00
Greg DeKoenigsberg
9e56cb6c0f
Adding author info
2016-12-08 11:32:50 -05:00
whiter
c9fb43a8e3
New module - ec2_eni_facts
2016-12-08 11:32:50 -05:00
Rene Moser
a9449f951e
cloudstack: fix clean_up arg to be boolean in cs_network
2016-12-08 11:32:50 -05:00
Rene Moser
614caead31
cloudstack: add new module cs_template
2016-12-08 11:32:50 -05:00
Alex Lo
6e27752cea
Error message typo
2016-12-08 11:32:50 -05:00
Alex Lo
62390208e3
Fix boto library checking
2016-12-08 11:32:50 -05:00
Alex Lo
04f5a73bd1
There is no absent, only disabled
2016-12-08 11:32:50 -05:00
Alex Lo
66800925cd
remove extraneous imports
2016-12-08 11:32:50 -05:00
Rene Moser
ad72afbc40
cloudstack: add new module cs_network
2016-12-08 11:32:49 -05:00
Kevin Carter
92bd79de03
Updates the doc information for the python2-lxc dep
...
The python2-lxc library has been uploaded to pypi as such this commit
updates the requirements and doc information for the module such that
it instructs the user to install the pip package "lxc-python2" while
also noting that the package could be gotten from source as well. In
the update comments have been added to the requirements list which
notes where the package should come from,
Closes-Bug: https://github.com/ansible/ansible-modules-extras/issues/550
2016-12-08 11:32:49 -05:00
Rene Moser
4da34d198b
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.
2016-12-08 11:32:49 -05:00
Rene Moser
2c1df46167
cloudstack: fix project name must not be case sensitiv
2016-12-08 11:32:49 -05:00
Brian Coca
74cc1bb624
added missing options:
2016-12-08 11:32:49 -05:00
Brian Coca
6769114afd
minor docs update
2016-12-08 11:32:48 -05:00
Quentin Stafford-Fraser
784b265e72
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.
2016-12-08 11:32:48 -05:00
Quentin Stafford-Fraser
03999b457a
Add GPL notices
2016-12-08 11:32:48 -05:00
Quentin Stafford-Fraser
6739578742
Add examples.
2016-12-08 11:32:48 -05:00
Quentin Stafford-Fraser
8bd3d72088
Available choices for 'state' explicitly listed.
2016-12-08 11:32:48 -05:00
Quentin Stafford-Fraser
3d1090fc66
Documentation version_added numbers are strings.
2016-12-08 11:32:48 -05:00
Quentin Stafford-Fraser
3f715dc954
Tidying of webfaction modules
2016-12-08 11:32:48 -05:00
Quentin Stafford-Fraser
00e146649f
Add webfaction modules
2016-12-08 11:32:48 -05:00
Sergei Antipov
89e13e2ae8
proxmox | changed https_verify_ssl to to validate_certs and added forgotten return
2016-12-08 11:32:47 -05:00
Sergei Antipov
73cfe2f3c7
proxmox_template | deleted state=list and changed default timeout to 30
2016-12-08 11:32:47 -05:00
Sergei Antipov
9491bb138d
proxmox_template | changed http_verify_ssl to validate_certs
2016-12-08 11:32:47 -05:00
Sergei Antipov
79cee59b5b
proxmox_template | fixed problem with uploading
2016-12-08 11:32:47 -05:00
Sergei Antipov
3615776422
Added proxmox_template module
2016-12-08 11:32:47 -05:00
Kevin Carter
c7a04c0863
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
2016-12-08 11:32:46 -05:00
Rene Moser
22f1cbd21f
cloudstack: add new module cs_project
2016-12-08 11:32:45 -05:00
Rene Moser
3cded7d5af
cloudstack: fix doc for cs_instance, force is defaulted to false
2016-12-08 11:32:44 -05:00
Rene Moser
62eaec7191
cloudstack: fix examples in cs_iso
2016-12-08 11:32:44 -05:00
Rene Moser
b30fda4906
cloudstack: add choices for api_http_method
2016-12-08 11:32:44 -05:00
Rene Moser
2ca6d151b2
cloudstack: add new param api_timeout
2016-12-08 11:32:44 -05:00
Rene Moser
218c0bce18
cloudstack: update doc of cs_portforward, fixes typos.
2016-12-08 11:32:44 -05:00
Rene Moser
7bfb24cae5
cloudstack: update doc in cs_instance
2016-12-08 11:32:44 -05:00
Rene Moser
64f9c9fc17
cloudstack: add instance_name alias internal name to returns in cs_instance
2016-12-08 11:32:44 -05:00
Rene Moser
62e062eb34
cs_instance: improve hypervisor argument and return
2016-12-08 11:32:44 -05:00
Rene Moser
30feb9d387
cloudstack: improve required params
2016-12-08 11:32:44 -05:00
Greg DeKoenigsberg
b2e60b7cde
Changing maintainer for this module
2016-12-08 11:32:44 -05:00
Sergei Antipov
1e70526186
Added examples
2016-12-08 11:32:43 -05:00
Rene Moser
bdab9a86d5
proxmox: prevent to log passwords
2016-12-08 11:32:43 -05:00
Rene Moser
7fee01bb0e
proxmox: update module doc
2016-12-08 11:32:43 -05:00
Toshio Kuratomi
c9f08eca86
Add version_added dodmentation
2016-12-08 11:32:42 -05:00
Sergei Antipov
f517de938c
Deleted debugging
2016-12-08 11:32:42 -05:00
Sergei Antipov
56918df8a4
Added documentation
2016-12-08 11:32:42 -05:00
Sergei Antipov
cfd61d391a
Added conditionals, umount, forceStop, timeout, etc
2016-12-08 11:32:42 -05:00
Sergei Antipov
a121420d99
Initial commit of Proxmox module
2016-12-08 11:32:42 -05:00
Brian Coca
a7b46316c1
removed executable bit
2016-12-08 11:32:42 -05:00
Rene Moser
e26d21648a
cloudstack: fix public and private ports results not int
2016-12-08 11:32:41 -05:00
Rene Moser
2c7542e333
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.
2016-12-08 11:32:41 -05:00
Rick Mendes
2f4edb29d4
house cleaning based on code review
2016-12-08 11:32:41 -05:00
Rick Mendes
33489ba415
ec2_win_password module for windows ec2 instances
2016-12-08 11:32:41 -05:00
Rene Moser
100ec875d1
cloudstack: cs_iso code style and cleanup
2016-12-08 11:32:40 -05:00
Rene Moser
3cb9e95290
cloudstack: cs_iso: add account and domain
2016-12-08 11:32:40 -05:00
Rene Moser
6d1873f330
cloudstack: add catch all exceptions and show a user friendly message
...
Also see GH-493.
2016-12-08 11:32:40 -05:00
Rene Moser
e03827b490
cloudstack: replace old _id() with new generic style from utils
2016-12-08 11:32:40 -05:00
Rene Moser
9ff63f2338
cloudstack: remove self.result, is defined in super class from utils
2016-12-08 11:32:40 -05:00
Rene Moser
997ad728ea
cloudstack: cs_affinitygroup: add domain and account support
2016-12-08 11:32:40 -05:00
Rene Moser
10379e19c4
cloudstack: avoid logging of secrets
2016-12-08 11:32:40 -05:00
Toshio Kuratomi
4f07e8b256
Many more doc fixes
2016-12-08 11:32:40 -05:00
Brian Coca
d344a3fde3
more string corrections
2016-12-08 11:32:39 -05:00
Brian Coca
c4f52f62f7
fix doc parsing by correctly quoting author
2016-12-08 11:32:39 -05:00
Brian Coca
6f28497f8c
more minor docfixes
2016-12-08 11:32:39 -05:00
Kevin Carter
7a22f84ca4
Updated lxc module to remove the clone state
...
The clone state was removed in favor of making the module more
declarative. This change was done in response to review in PR #328
from @bcoca.
In the commit new examples were created on how this feature works.
2016-12-08 11:32:39 -05:00
Greg DeKoenigsberg
4e5e63ca02
Update virt.py
2016-12-08 11:32:38 -05:00
Greg DeKoenigsberg
16c6cff529
Update cs_securitygroup.py
2016-12-08 11:32:38 -05:00
Greg DeKoenigsberg
4c2295577a
Update cs_instance.py
2016-12-08 11:32:38 -05:00
Kevin Carter
581877f242
Added overlayfs backend type to the lxc_container module
...
This commit adds the overlayfs type to the lxc_container module. In
Adding the overlayfs type the commit adds the ability to clone a
container. While cloning is not locked down to only the overlayfs
container backend it is of particular interest when using the overlayfs
backend as it provides for amazingly fast snapshots.
Changes to the resource types and documentation have been added on how
the new backend type can be used along with the clone operation.
This PR addresses a question asked on the original merged pull request
for overlayfs support which came from @fghaas on PR
"https://github.com/ansible/ansible-modules-extras/pull/123 ".
The overlayfs archive function is a first class function and will
allow for the containers to be backed-up using all methods which
brings support up to that of all other storage backends.
2016-12-08 11:32:38 -05:00
Ian Cordasco
eb1411a826
Interpolate container name into error message
...
In the event failed to start, the container name was not being properly
interpolated into the error message.
2016-12-08 11:32:38 -05:00
Rene Moser
ecbed16300
cloudstack: cs_securitygroup_rule: minor cleanup, DRY
2016-12-08 11:32:37 -05:00
Rene Moser
bbafb7ff45
cloudstack: cs_securitygroup_rule: fix result was not always what expected
2016-12-08 11:32:37 -05:00
Rene Moser
b4fb1fda86
cloudstack: cs_securitygroup_rule: type -> sg_type
2016-12-08 11:32:37 -05:00
Rene Moser
0127628408
cloudstack: cs_firewall: add results
2016-12-08 11:32:37 -05:00
Rene Moser
3dfb068bfd
cloudstack: cs_firewall: add account and domain
2016-12-08 11:32:37 -05:00
Rene Moser
f029d9dda7
cloudstack: add alias `port` in cs_firewall
2016-12-08 11:32:37 -05:00
Rene Moser
4d210048ee
cloudstack: cs_instance: add domain and account
2016-12-08 11:32:37 -05:00
Rene Moser
67f954e35e
cloudstack: cs_vmshapshot: add account and domain
2016-12-08 11:32:37 -05:00
Rene Moser
27753e54c2
cloudstack: cs_sshkeypair: add account and domain support
2016-12-08 11:32:37 -05:00
Rene Moser
b8e5d81099
cloudstack: new cs_portforward module
2016-12-08 11:32:37 -05:00
Rene Moser
ef277ddf0b
cloudstack: add new module cs_account
2016-12-08 11:32:36 -05:00
Toshio Kuratomi
43687f1940
Update module documentation if modules have a dep on python2.6+
2016-12-08 11:32:36 -05:00
Rene Moser
d73aa9d428
cloudstack: new module cs_instancegroup
2016-12-08 11:32:36 -05:00
Rene Moser
36c74c5798
cloudstack: fix missing doc fragment in cs_securitygroup_rule
2016-12-08 11:32:35 -05:00
Rene Moser
89704a7e38
cloudstack: fix missing doc fragments
2016-12-08 11:32:35 -05:00
Rene Moser
fdac186d85
cloudstack: fix misssing doc about vm param
2016-12-08 11:32:35 -05:00
Rene Moser
b9b0c5c006
cloudstack: fix missing zone param used in get_vm() in utils
2016-12-08 11:32:35 -05:00
Rene Moser
5a2a5b16d5
cloudstack: add new module cs_instance
...
Manages instances and virtual machines
2016-12-08 11:32:35 -05:00
Toshio Kuratomi
c90509dc9f
doc formatting
2016-12-08 11:32:35 -05:00
Brian Coca
948c05ac5e
moved new module to proper subdir fixed doc issues minor code adjustments
2016-12-08 11:32:34 -05:00
Joseph Callen
9da7c44a9b
New VMware Module to support adding a datacenter
2016-12-08 11:32:34 -05:00
Rene Moser
955292704b
cloudstack: add new module cs_vmsnapshot
...
This module depends on ansible.module_utils.cloudstack.
2016-12-08 11:32:34 -05:00
Rene Moser
7890c129db
cloudstack: add new module cs_affinitygroup
...
This module depends on ansible.module_utils.cloudstack.
2016-12-08 11:32:34 -05:00
Rene Moser
57f5e46e99
cloudstack: add new module cs_securitygroup_rule
...
This module depends on ansible.module_utils.cloudstack.
2016-12-08 11:32:34 -05:00
Rene Moser
15f24f3021
cloudstack: add new module cs_securitygroup
...
This module depends on ansible.module_utils.cloudstack.
2016-12-08 11:32:34 -05:00
Rene Moser
8f0a2ce50d
cloudstack: rename modules to more meaningful name schema
2016-12-08 11:32:33 -05:00
Brian Coca
346e34ac79
fixed doc issues with cloudstack_fw
2016-12-08 11:32:31 -05:00
Rene Moser
71a7df8f12
cloudstack_sshkey: cleanup docs
2016-12-08 11:32:31 -05:00
Rene Moser
d4333080c4
cloudstack_ssh: replace ssh public key if fingerprints do not match
2016-12-08 11:32:31 -05:00
Rene Moser
4c35f75597
cloudstack_ssh: update description
2016-12-08 11:32:31 -05:00
Rene Moser
06cfffa35c
cloudstack_ssh: register_ssh_key() set public_key as param
2016-12-08 11:32:31 -05:00
Rene Moser
1d0ce5c5ea
cloudstack_ssh: fix missing projectid if state=absent
2016-12-08 11:32:31 -05:00
Rene Moser
742d581261
cloudstack: add new module cloudstack_sshkey
...
This module depends on ansible.module_utils.cloudstack.
2016-12-08 11:32:31 -05:00
Rene Moser
a01cb6464e
cloudstack: add new module cloudstack_iso
2016-12-08 11:32:31 -05:00
Rene Moser
c12f841938
cloudstack: add new module cloudstack_fw
2016-12-08 11:32:31 -05:00
Brian Coca
0a30663a1e
minor fix to method of finding home as previous could 'overmatch'
2016-12-08 11:32:31 -05:00
Kevin Carter
2ff3a8d35f
Updated lxc_container module to fix option parsing
...
The option parsing object within the module was performing a split
on an '=' sign and assuming that there would only ever be one '='
in a user provided option. Sadly, the assumption is incorrect and
the list comprehension that is building the options list needs to
be set to split on the first occurrence of an '=' sign in a given
option string. This commit adds the required change to make it
possible for options to contain additional '=' signs and be handled
correctly.
2016-12-08 11:32:31 -05:00
Brian Coca
8d086a2444
removed requirements which was causing crash with dupe from shared doc fragments
2016-12-08 11:32:30 -05:00
Brian Coca
d32dca116b
moved cloudtrail to amazon subdir
2016-12-08 11:32:30 -05:00
tedder
20e0afcac8
Handful of changes after bcoca's code review:
...
* update expected inclusion version
* fix consistency on enabled/absent (now enabled/disabled)
* safely import boto per now style of single-exit and proper JSON
* use new `required_together` module style
2016-12-08 11:32:30 -05:00
tedder
bb1bc0fe4f
add cloudtrail module
...
Cloudtrail is the AWS auditing configuration. It's fairly simple, but also very important to configuration management/devops/security to ensure it remains enabled. That's why I created it as a module.
2016-12-08 11:32:30 -05:00