mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Add integration test suite for ec2_vpc_subnet * wrap boto3 connection in try/except update module documentation and add RETURN docs add IPv6 support to VPC subnet module rename ipv6cidr to ipv6_cidr, use required_if for parameter testing, update some failure messages to be more descriptive DryRun mode was removed from this function a while ago but exception handling was still checking for it, removed add wait and timeout for subnet creation process fixup the ipv6 cidr disassociation logic a bit per review update RETURN values per review added module parameter check removed DryRun parameter from boto3 call since it would always be false here fix subnet wait loop add a purge_tags parameter, fix the ensure_tags function, update to use compare_aws_tags func fix tags type error per review remove **kwargs use in create_subnet function per review * rebased on #31870, fixed merge conflicts, and updated error messages * fixes to pass tests * add test for failure on invalid ipv6 block and update tags test for purge_tags=true function * fix pylint issue * fix exception handling error when run with python3 * add ipv6 tests and fix module code * Add permissions to hacking/aws_config/testing_policies/ec2-policy.json for adding IPv6 cidr blocks to VPC and subnets * fix type in tests and update assert conditional to check entire returned value * add AWS_SESSION_TOKEN into environment for aws cli commands to work in CI * remove key and value options from call to boto3_tag_list_to_ansible_dict * remove wait loop and use boto3 EC2 waiter * remove unused register: result vars * revert az argument default value to original setting default=None |
8 years ago | |
|---|---|---|
| .. | ||
| targets | 8 years ago | |
| asa.yaml | 9 years ago | |
| cloud-config-aws.yml.template | 8 years ago | |
| cloud-config-azure.yml.template | 9 years ago | |
| cloud-config-cs.ini.template | 9 years ago | |
| dellos6.yaml | 9 years ago | |
| dellos9.yaml | 9 years ago | |
| dellos10.yaml | 9 years ago | |
| eos.yaml | 8 years ago | |
| integration.cfg | 8 years ago | |
| integration_config.yml | 9 years ago | |
| inventory | 8 years ago | |
| inventory.network | 9 years ago | |
| inventory.networking.template | 9 years ago | |
| inventory.remote.template | 10 years ago | |
| inventory.winrm.template | 9 years ago | |
| ios.yaml | 8 years ago | |
| iosxr.yaml | 9 years ago | |
| junos.yaml | 9 years ago | |
| network-all.yaml | 9 years ago | |
| network-integration.cfg | 8 years ago | |
| nxos.yaml | 8 years ago | |
| ops.yaml | 9 years ago | |
| platform_agnostic.yaml | 9 years ago | |
| target-prefixes.network | 9 years ago | |
| vyos.yaml | 8 years ago | |
| windows-integration.cfg | 8 years ago | |