mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change.
This commit is contained in:
@@ -109,14 +109,14 @@ EXAMPLES = '''
|
||||
|
||||
# Basic creation example:
|
||||
local_action:
|
||||
module: vpc
|
||||
module: ec2_vpc
|
||||
state: present
|
||||
cidr_block: 172.23.0.0/16
|
||||
region: us-west-2
|
||||
# Full creation example with subnets and optional availability zones.
|
||||
# The absence or presense of subnets deletes or creates them respectively.
|
||||
local_action:
|
||||
module: vpc
|
||||
module: ec2_vpc
|
||||
state: present
|
||||
cidr_block: 172.22.0.0/16
|
||||
subnets:
|
||||
@@ -144,7 +144,7 @@ EXAMPLES = '''
|
||||
|
||||
# Removal of a VPC by id
|
||||
local_action:
|
||||
module: vpc
|
||||
module: ec2_vpc
|
||||
state: absent
|
||||
vpc_id: vpc-aaaaaaa
|
||||
region: us-west-2
|
||||
|
||||
Reference in New Issue
Block a user