-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Modules: AWS Network Firewall - rule groups #944
New Modules: AWS Network Firewall - rule groups #944
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
3cab926
to
b8ef6fe
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b8ef6fe
to
8c11319
Compare
This comment was marked as outdated.
This comment was marked as outdated.
8c11319
to
9cce48a
Compare
This comment was marked as outdated.
This comment was marked as outdated.
9cce48a
to
5712811
Compare
This comment was marked as outdated.
This comment was marked as outdated.
5712811
to
6c96b90
Compare
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
This comment was marked as outdated.
This comment was marked as outdated.
@tremble We needed to temporarily back out the terminator policy changes. I'll try to sort those out tomorrow. |
Sure. Having problems with botocore versions? The terminator changes need at least botocore 1.19.20. FWIW this PR is only for the "Rule Groups", which have no direct costs associated with them. |
Sorry for the delay. This should be good from the terminator side of things. |
… tests to follow.
6c96b90
to
d029e83
Compare
This comment was marked as resolved.
This comment was marked as resolved.
d029e83
to
62d715e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
That did it, thanks @goneri |
62d715e
to
8af9875
Compare
…le-collections#1037) ec2_ami: Add support for params BootMode, TpmSupport, UefiData SUMMARY Depends-On: ansible-collections#1066 Added support for params BootMode, TpmSupport, UefiData in ec2_ami. Fixes ansible-collections#944 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_ami ADDITIONAL INFORMATION Example playbook - name: abc hosts: localhost gather_facts: false tasks: - name: AMI Creation with boot_mode and tpm_support amazon.aws.ec2_ami: name: ami-create-test_legacy-bios state: present architecture: x86_64 virtualization_type: hvm root_device_name: /dev/sda1 device_mapping: - device_name: /dev/sda1 snapshot_id: snap-xxxxxxxxx wait: yes region: us-east-2 boot_mode: legacy-bios tpm_support: v2.0 tags: name: ami-create-test Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net> Reviewed-by: Mandar Kulkarni <mandar242@gmail.com> Reviewed-by: Mike Graves <mgraves@redhat.com>
Sorta-Depends-On: #974
SUMMARY
Two new modules for AWS Network Firewall rule groups. This first iteration will only support stateful rule groups.
networkfirewall_rule_group.py
networkfirewall_rule_group_info.py
ToDo:
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/networkfirewall.py
plugins/modules/networkfirewall_rule_group.py
plugins/modules/networkfirewall_rule_group_info.py
ADDITIONAL INFORMATION
Note: It's a deliberate choice not to support creation of stateless rules initially. I want to get some of the initial framework in place so that the Policy and Firewall pieces can be built out while waiting on reviews.