Skip to content

Add support for ipv6 to community.general.scaleway_security_group_rule #11520

@gregharvey

Description

@gregharvey

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_task

Code of Conduct

  • I agree to follow the Ansible Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureThis issue/PR relates to a feature requestmodulemodulepluginsplugin (any type)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions