summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adds allow_service parameter to bigip_selfip (#2808)Tim Rupp2016-08-311-0/+198
| | | | | | | | | | This parameter can be used to open up access to (among other things) the mgmt address of a BIG-IP. It is necessary for configuring bigips in an HA configuration.
* | Merge pull request #2821 from adfinis-forks/udm_user_pwhistoryRené Moser2016-08-311-0/+21
|\ \ | | | | | | univention udm_user: override password history.
| * | udm_user: change overridePWHistory and overridePWLength to snake_caseTobias Rueetschi2016-08-311-4/+8
| | |
| * | univention udm_user: override password history.Tobias Rueetschi2016-08-311-0/+17
|/ /
* | Merge pull request #2822 from adfinis-forks/fix_udm_userRené Moser2016-08-311-65/+105
|\ \ | | | | | | univention udm_user: pep8
| * | udm_user: change code to fit documentation with snake_case instead of camelCaseTobias Rueetschi2016-08-311-34/+51
| | |
| * | udm_user: change camelCase to snake_case in documentationTobias Rueetschi2016-08-311-17/+34
| | |
| * | univention udm_user: pep8Tobias Rueetschi2016-08-311-14/+20
| | |
* | | Feature udm share (#2439)John R Barker2016-08-311-0/+617
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add univention/udm_share.py * UCS udm_share: fix creating of new shares * univention udm_share: adapt to library univention_umc * univention udm_share: fix shebang * univention udm_share: add required_if to the API * univention udm_share: add license information * univention udm_share: import only AnsibleModule from ansible.module_utils.basic * univention udm_share: add documenation * univention udm_share: reorder documentation parameters * univention udm_share: change some parameters to type bool * univention udm_share: add example * univention udm_share: pep8 * univention udm_share: change documentation, use camel_case for parameters, old parameter names as alias * univention udm_share: add aliases as documented
| * | | univention udm_share: add aliases as documentedTobias Rueetschi2016-08-301-0/+40
| | | |
| * | | univention udm_share: change documentation, use camel_case for parameters, ↵Tobias Rueetschi2016-08-301-40/+80
| | | | | | | | | | | | | | | | old parameter names as alias
| * | | univention udm_share: pep8Tobias Rueetschi2016-08-301-12/+19
| | | |
| * | | univention udm_share: add exampleTobias Rueetschi2016-08-291-0/+5
| | | |
| * | | univention udm_share: change some parameters to type boolTobias Rueetschi2016-08-291-44/+70
| | | |
| * | | univention udm_share: reorder documentation parametersTobias Rueetschi2016-08-291-11/+12
| | | |
| * | | univention udm_share: add documenationTobias Rueetschi2016-08-291-0/+287
| | | |
| * | | univention udm_share: import only AnsibleModule from ansible.module_utils.basicTobias Rueetschi2016-08-291-1/+1
| | | |
| * | | univention udm_share: add license informationTobias Rueetschi2016-08-291-0/+19
| | | |
| * | | univention udm_share: add required_if to the APITobias Rueetschi2016-08-291-1/+4
| | | |
| * | | univention udm_share: fix shebangTobias Rueetschi2016-08-291-1/+1
| | | |
| * | | univention udm_share: adapt to library univention_umcTobias Rueetschi2016-08-291-189/+8
| | | |
| * | | UCS udm_share: fix creating of new sharesTobias Rüetschi2016-08-291-5/+8
| | | |
| * | | UCS udm_share: addedTobias Rüetschi2016-08-291-0/+367
| | | |
* | | | Additional provider features added and fixed some bugs (#2769)René Moser2016-08-313-178/+255
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Additional provider features added and fixed some bugs. * Added support for SSH keys, image passwords, SSD disk type, and CPU family. * Adjusted server create so that IP address is returned in response. * Restructured remove server method(s) to handle change status properly, gracefully handle missing servers, and improve overall performance. * Prevent duplicate server names from being provisioned so removals can be handled appropriately. * Fixed a bug in the count increment being a string rather than an integer. * Fixed issue with create_volume returning invalid response. * Fixed type bug in volume instance_ids for volume removal and improved volume management. * Fixed type bug in instance_ids for proper server removal and moved boot volume creation into composite server build request. * General clean up. * Removed us/lasdev datacenter which the cloud provider no longer maintains. * Included version_added for new options. * Added support for firewall rules, consolidated resource UUID retrieval methods for server and NIC modules, and set LAN type to int. * Minor documentation corrections. * Some further documentation updates including version. * Added RETURN documentation. * Reverting recent commits back to initial PR and will move the new profitbricks_firewall_rule module and other recent changes to a new branch. Revert "Added support for firewall rules, consolidated resource UUID retrieval methods for server and NIC modules, and set LAN type to int." This reverts commit 464cbb89f225578386a830624633a55e39054544. * Set variable types, defined choices, and cleaned up whitespace. * Added parameter choices for bus.
| * | | Added parameter choices for bus.Ethan Devenport2016-08-312-2/+2
| | | |
| * | | Set variable types, defined choices, and cleaned up whitespace.Ethan Devenport2016-08-312-18/+25
| | | |
| * | | Reverting recent commits back to initial PR and will move the new ↵Ethan Devenport2016-08-293-473/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | profitbricks_firewall_rule module and other recent changes to a new branch. Revert "Added support for firewall rules, consolidated resource UUID retrieval methods for server and NIC modules, and set LAN type to int." This reverts commit 464cbb89f225578386a830624633a55e39054544.
| * | | Added RETURN documentation.Ethan Devenport2016-08-291-3/+56
| | | |
| * | | Some further documentation updates including version.Ethan Devenport2016-08-292-3/+4
| | | |
| * | | Minor documentation corrections.Ethan Devenport2016-08-292-8/+12
| | | |
| * | | Added support for firewall rules, consolidated resource UUID retrieval ↵Ethan Devenport2016-08-293-95/+414
| | | | | | | | | | | | | | | | methods for server and NIC modules, and set LAN type to int.
| * | | Included version_added for new options.Ethan Devenport2016-08-232-0/+5
| | | |
| * | | Removed us/lasdev datacenter which the cloud provider no longer maintains.Ethan Devenport2016-08-232-8/+6
| | | |
| * | | Additional provider features added and fixed some bugs.Ethan Devenport2016-08-232-155/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for SSH keys, image passwords, SSD disk type, and CPU family. * Adjusted server create so that IP address is returned in response. * Restructured remove server method(s) to handle change status properly, gracefully handle missing servers, and improve overall performance. * Prevent duplicate server names from being provisioned so removals can be handled appropriately. * Fixed a bug in the count increment being a string rather than an integer. * Fixed issue with create_volume returning invalid response. * Fixed type bug in volume instance_ids for volume removal and improved volume management. * Fixed type bug in instance_ids for proper server removal and moved boot volume creation into composite server build request. * General clean up.
* | | | Fix ansible/ansible-modules-extras#1682: add dispersed volume support for ↵Wong Hoi Sing Edison2016-08-311-2/+24
| | | | | | | | | | | | | | | | gluster_volume (#2708)
* | | | gluster_volume module parses out additional hostnames provided by "gluster ↵afunix2016-08-311-0/+8
| | | | | | | | | | | | | | | | peer status" command [#1405] (#2811)
* | | | ec2_vpc_dhcp_options_facts: fix exception handling, fixes build (#2819)René Moser2016-08-301-4/+4
| | | |
* | | | Require domain in rocketchat (#2803)Fabio Alessandro Locati2016-08-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Set the domain as required * Add domain in the examples as well
* | | | Set explicit type for timeout (#2809)Joe Smith2016-08-301-1/+1
| | | | | | | | | | | | vmware_maintenancemode.py needs explicit type for timeout, otherwise it reads timeout as string and breaks.
* | | | ec2_vpc_dhcp_options_facts.py no py3John R Barker2016-08-301-0/+1
| | | | | | | | | | | | Old PR was merged that hadn't been updated since we added the py3 checks
* | | | Feature udm dns zone (#2382)Tobias Rüetschi2016-08-301-0/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UCS udm_dns_zone: added Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_zone: updated, add supports check mode Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_zone: updated, add support to modify dns zones * UCS udm_dns_zone: change string formating * UCS udm_dns_zone: add a function to convert the time to the biggest unit * UCS udm_dns_zone: add type definitions to the argument specification * UCS udm_dns_zone: update function convert_time * UCS udm_dns_zone: only modify object if it has changed * UCS udm_dns_zone: add documentation * UCS udm_dns_zone: fix checks * UCS udm_dns_zone: if dns zone not exists, changed is always true * UCS udm_dns_zone: documentation, add version_added * UCS udm_dns_zone: add license and fix travis for python 3 * UCS udm_dns_zone: import common code for univention from ansible.module_utils.univention * univention udm_dns_zone: adapt to library univention_umc * univention udm_dns_zone: lint * univention udm_dns_zone: add requirement python >= 2.6 to documentation * univention udm_dns_zone: dont import time, its unused
* | | | Add modules to configure Solaris/illumos networking (1st batch) (#2416)Adam Števko2016-08-306-0/+1418
| | | | | | | | | | | | | | | | | | | | | | | | * Add modules to configure Solaris/illumos networking (1st batch) * Add choices to temporary flags
* | | | new module: apache2_mod_proxy (#2148)Olivier Boukili2016-08-301-0/+429
| | | | | | | | | | | | | | | | | | | | | | | | * module apache2_mod_proxy * Moved state notes to state description.
* | | | This is an ansible module to control/create/adapt/remove VMs on a RHEV/oVirt ↵TimothyVandenbrande2016-08-301-0/+1530
| | | | | | | | | | | | | | | | environment. (#2202)
* | | | new modules for managing exoscale DNS (#2788)René Moser2016-08-303-0/+646
| | | |
* | | | Feature udm group (#2396)Tobias Rüetschi2016-08-301-0/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UCS udm_group: added Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_group: updated Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_group: add key description Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * python styling Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_group: updated, add supports check mode Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_group: updated, add support to modify groups * UCS udm_group: change string formating * UCS udm_group: add type definitions to the argument specification * UCS udm_group: import common code for univention from ansible.module_utils.univention * univention udm_group: add documentation * UCS udm_group: add requirement python >= 2.6 * univention udm_group: add more examples
* | | | Feature udm dns record (#2394)Tobias Rüetschi2016-08-301-0/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * UCS udm_dns: added Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_record: fix multiple entries in different zones Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns -> udm_dns_record: renamed Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_record: updated, add supports check mode Signed-off-by: Tobias Rüetschi <tobias.ruetschi@adfinis-sygroup.ch> * UCS udm_dns_record: updated, add support to modify dns records * UCS udm_dns_record: change string formating * UCS udm_dns_record: add type definitions to the argument specification * UCS udm_dns_record: import common code for univention from ansible.module_utils.univention_umc * UCS udm_dns_record: add documentation * UCS udm_dns_record: update documenation * univention udm_dns_record: pylint * univention udm_dns_record: fix reverse zone entries
* | | | new AWS module for ec2 dhcp option facts (#2001)naslanidis2016-08-301-0/+167
| | | | | | | | | | | | new ec2 dhcp option facts module
* | | | Just use netloc to identify bucket name for s3 locations (#2713)James Higgins2016-08-301-2/+2
| | | |
* | | | vmware_local_user_manager: fix global name 'module' is not defined (#2818)René Moser2016-08-301-6/+6
| | | |