-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
featureThis issue/PR relates to a feature requestThis issue/PR relates to a feature requestmodulemodulemodulepluginsplugin (any type)plugin (any type)
Description
Summary
This may just be a documentation omission, but at present it appears the module does not support ipv6 rules, which is going to rapidly become problematic:
We should add an additional ipv6_range parameter, as the AWS SG module does (it's called cidr_ipv6 over there).
Issue Type
Feature Idea
Component Name
scaleway_security_group_rule
Additional Information
- name: Create am IPv6 Security Group Rule
community.general.scaleway_security_group_rule:
state: present
region: par1
protocol: TCP
port: 80
ipv6_range: "::/0"
direction: inbound
action: accept
security_group: b57210ee-1281-4820-a6db-329f78596ecb
register: security_group_rule_creation_taskCode of Conduct
- I agree to follow the Ansible Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureThis issue/PR relates to a feature requestThis issue/PR relates to a feature requestmodulemodulemodulepluginsplugin (any type)plugin (any type)