Commit Graph

1552 Commits (e3c14c1b021324f84166f8db7286b2447921ddfe)

Author SHA1 Message Date
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
Brian Coca e93da2df99 Merge pull request #683 from StackPointCloud/feature/profitbricks-compute-module
ProfitBricks Compute Module
9 years ago
Brian Coca 46f01535ec minor docfixes 9 years ago
Brian Coca aea762bfce fixed version added 9 years ago
Siva Popuri 6e861f7c74 Merge branch 'devel' into clc_group 9 years ago
Siva Popuri 4c0aaf8c90 Corrected the license text to match GPLv3 9 years ago
Brian Coca edbd715985 Merge pull request #698 from CenturylinkTechnology/clc_publicip
clc_publicip : the ansible module to manage public ip on a centurylink cloud
9 years ago
Rene Moser 312b34ad81 cloudstack: new module cs_staticnat 9 years ago
Matt Baldwin fd55a30757 Correcting issues raised by @abadger. 9 years ago
Rene Moser 7d6738ab9d cloudstack: cs_instance: fix display_name not used in deployment 9 years ago
Rene Moser 8e6e9c782b cloudstack: use get_or_fallback() from cloudstack utils 9 years ago
Rene Moser 6c9410dce9 cloudstack: cs_portforward: fix public_end_port was used for private_end_port 9 years ago
Brian Coca 591c22b18f Merge pull request #680 from wimnat/feature/s3_logging
New module - s3_logging
9 years ago
Rob White 9fb2eae7dd Doc fixup 9 years ago
Rob White c791282c95 Removed requirement for target_bucket 9 years ago
Maciej Delmanowski ebb9125567 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
9 years ago
Siva Popuri fa7a5f4233 Added clc ansible module for managing groups in centurylink cloud 9 years ago
Siva Popuri 3e5fa95891 Revert "ansible modules for centurylink cloud are added"
This reverts commit 11c953477c.
9 years ago
whiter 511d6a7ff5 Fixed tag comparison 9 years ago
Rob White dd4d33b1fe New module - s3_logging 9 years ago
Brian Coca cf764bf060 minor doc fixes 9 years ago
Siva Popuri 8a41108b2b corrected the license string to make it compatible with GPLV3 9 years ago
Brian Coca 91690b67a1 Merge pull request #168 from bekelchik/bekelchik
New sts_assume_role module
9 years ago
Siva Popuri 3ac3f02c32 changes to include PR review comments 9 years ago
Boris Ekelchik 998bba4a21 Added changes requested by reviewers
Copied @wimnat incorporating changes requested in feedback comments
9 years ago
Rene Moser 1ccb21bd18 cloudstack: cs_instance: fix missing resource error in check mode if instance is not yet present 9 years ago
Siva Popuri 539fd2357b Removed all of the clc-ansbile-modules and kept only clc_publicip as the first module to go 9 years ago
Siva Popuri 11c953477c ansible modules for centurylink cloud are added 9 years ago
Matt Baldwin 689a7524bf Resolving issues flagged in pull request #683 9 years ago
Toshio Kuratomi 639902ff20 Fix the documentation of route53_zone 9 years ago
dohoangkhiem 54a79ff856 New module: gce_tag for add/remove tags to/from GCE instance 9 years ago
Brian Coca b6d3306f49 Merge pull request #624 from minichate/route53_zone
Add support for creating and deleting Route53 hosted zones
9 years ago
Matt Baldwin 2097dccaa4 Ansible ProfitBricks Compute Module. 9 years ago
Matt Martz 6a8c0cd89c Merge pull request #268 from smashwilson/rax_clb_ssl
Rackspace Cloud Load Balancer SSL termination module
9 years ago
Ash Wilson 84880c5e35 Use rax_to_dict(). 9 years ago
Ash Wilson bd4023fe8f Bring the examples up to date. 9 years ago
Ash Wilson 9462ad55e3 Guard calls that modify the CLB with try/except. 9 years ago
Ash Wilson d1a63d39a2 Include the balancer acted upon in the result. 9 years ago
Ash Wilson a706689a35 Bump version_added. 9 years ago
Quentin Stafford-Fraser e724dc2bed webfaction: Allow machine to be specified if account has more than one. 9 years ago
Brian Coca aa1d2acb68 Merge pull request #645 from resmo/for-ansible
cloudstack: bugfixes
9 years ago
Matt Martz fda25aa93b Fix interpreter line in webfaction modules 9 years ago
Matt Martz 9f9422fcb5 Update vsphere_copy.py to use new style module_utils import 9 years ago
Brian Coca d9778a40b5 Merge pull request #660 from dagwieers/patch-2
Work around a software bug in vSphere
9 years ago
Brian Coca a1b2677c26 Merge pull request #579 from rickmendes/keys-with-passphrases
now handles keys protected with a passphrase
9 years ago
Greg DeKoenigsberg 9de82d186a Merge pull request #654 from loia/feature/aws_dynamodb
dynamodb_table docfixes and error handling
9 years ago
Dag Wieers 57e7a6662a 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.
9 years ago
Alan Loi c7f0fafe62 Check AWS region and credentials are provided. 9 years ago
Alan Loi 9e8802cacd Docfixes - add version_added and default values. 9 years ago
Rob White 1934ea6f35 New module - s3_bucket 9 years ago
Rene Moser 90d0828b1a cloudstack: fix user_data gathering, must not be in for loop 9 years ago
Christopher Troup 0dc2fb73d3 Add GPL file header 9 years ago
Rene Moser db33fcf89a cloudstack: update code to match best practice
* Remove catchall exception
* use `if __name__ == '__main__':`
9 years ago
Rick Mendes 2791edc496 resolving merge conflicts 9 years ago
Rene Moser 94060b5ade cloudstack: fix state=expunged in cs_instance 9 years ago
Rene Moser 5b86a15cdb 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.
9 years ago
Rene Moser c8d6d68428 cloudstack: cleanup cs_instance use param key exlicitly for utils methods 9 years ago
Rene Moser b031e818b1 cloudstack: fix cs_instance can not find iso and disk offering if domain is set.
This does only affect root admins.
9 years ago
Rick Mendes 12d76027df upgraded docs and argspec to match module guidelines 9 years ago
Rene Moser b1e6d6ba52 cloudstack: fix cs_instance hypervisor must be omitted if set on template/iso
Fix related to issue reported in PR GH-646
9 years ago
Rene Moser 60b5ae35b3 cloudstack: make get_template_or_iso returning a dict for fix GH-646 9 years ago
Toshio Kuratomi dec7d95d51 Fix up docs 9 years ago
Matt Martz d5d84288ae Bump version_added to 2.0 9 years ago
Matt Martz ebe1904e59 Add missing __init__.py 9 years ago
Matt Martz 0bb285d58f Merge pull request #260 from smashwilson/rax_mon
Rackspace Cloud Monitoring modules
9 years ago
Toshio Kuratomi a5da6da2d6 Merge pull request #638 from jpic/fix/define-HAS_LXC
Define HAS_LXC even if import lxc doesn't fail.
9 years ago
Brian Coca 9c87bedb19 Merge pull request #639 from jpic/fix/lxc-option-parsing
Fixed lxc option parsing.
9 years ago
jpic c4d2472148 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"
9 years ago
jpic d8063b913e 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
9 years ago
Greg DeKoenigsberg 786124dd60 Merge pull request #498 from loia/feature/aws_dynamodb
Add dynamodb_table module
9 years ago
Alan Loi 1a914128f6 Fix aws connection to use params. 9 years ago
Alan Loi ac09e60914 Add .py file extension to dynamodb_table module. 9 years ago
Alan Loi 011fef5f32 Added return value documentation to dynamodb_table module. 9 years ago
Alan Loi 268104fca3 Added check_mode support to dynamodb_table module. 9 years ago
Christopher Troup 8c643498d3 Use state: present|absent rather than command: create|delete 9 years ago
Christopher Troup 86ae387fdc Update documentation to include usual fields
- Adds version_added
- Adds author
- Removed default: null from a required field
9 years ago
Christopher Troup edc423a18a Add support for creating and deleting Route53 hosted zones
Supports both private (per-VPC) and public hosted zones.
9 years ago
Brian Coca 1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
9 years ago
Brian Coca d1b1b2b6f3 Merge pull request #626 from amir343/devel
Implementation of EC2 AMI copy between regions
9 years ago
Brian Coca be20038f7b Merge pull request #627 from resmo/feature/cs_facts
cloudstack: new module cs_facts
9 years ago
Dag Wieers d0cf9617a5 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.
9 years ago
Rene Moser 35b6bc417d cloudstack: new module cs_facts 9 years ago
Amir Moulavi 628f2b98b6 Implementation of EC2 AMI copy between regions 9 years ago
Brian Coca e66e953f08 Merge pull request #410 from wimnat/feature/ec2_eni
Add ec2_eni module (aws network interfaces)
9 years ago
Greg DeKoenigsberg 352531930c Merge pull request #607 from wimnat/feature/ec2_vpc_igw
Feature/ec2 vpc igw
9 years ago
Will Thames 6b8c462d66 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.
9 years ago
whiter c93cf8c054 Changed to use "connect_to_aws" method 9 years ago
whiter 65f98d53af Updated documentation 9 years ago
Robert Estelle 3b38209afd ec2_vpc_subnet - Use dict constructor instead of comprehension. 9 years ago
Robert Estelle e33de8bd88 ec2_vpc - More dry running in check mode. 9 years ago
Robert Estelle 0de9722e0c ec2_vpc_subnet - resource_tags is not required. 9 years ago
Robert Estelle 6f978b9c00 ec2_vpc - Fail module using fail_json on boto import failure. 9 years ago
Robert Estelle 54809003e3 ec2_vpc - VPCException -> AnsibleVPCException 9 years ago
Robert Estelle fa7848a6c8 EC2 subnet/route-table: Simplify tag updating. 9 years ago
Robert Estelle d8b4bd3c34 Split out route table and subnet functionality from VPC module. 9 years ago
Brian Coca 9db032aa11 minor doc update 9 years ago
Dag Wieers 330e66327a New module to copy (push) files to a vCenter datastore 9 years ago
Greg DeKoenigsberg 7108b77c17 Merge pull request #606 from cloudnull/lxc-restart-fix
Fix the lxc container restart state
9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Greg DeKoenigsberg d831c6a924 Adding author info 9 years ago
Greg DeKoenigsberg 87bc0ee39f Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into devel 9 years ago