WIP: Add experience for creating necessary network configurations needed to create an EC2 instance #983
Annotations
3 errors and 2 warnings
run-ansible-lint:
extensions/experiences/configure_aws_network/playbooks/run_configure_aws_network.yaml#L39
Variables names from within roles should use ec2_networking_resources_ as a prefix. (vars: aws_region)
|
|
run-ansible-lint
Process completed with exit code 2.
|
run-ansible-lint:
extensions/experiences/configure_aws_network/playbooks/run_configure_aws_network.yaml#L31
Jinja2 spacing could be improved: {{ sg_internal_rules | default([ {'proto': 'tcp', 'port': '22', 'cidr_ip': vpc_cidr} ]) }} -> {{ sg_internal_rules | default([{'proto': 'tcp', 'port': '22', 'cidr_ip': vpc_cidr}]) }}
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading