WIP: Add experience for creating necessary network configurations needed to create an EC2 instance #983
linters.yml
on: pull_request
linters
/
Runs code linting tests
11s
ansible-lint
1m 20s
Annotations
4 errors and 3 warnings
linters / Runs code linting tests
Process completed with exit code 1.
|
var-naming[no-role-prefix]:
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)
|
|
ansible-lint
Process completed with exit code 2.
|
linters / Runs code linting tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
jinja[spacing]:
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}]) }}
|
ansible-lint
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/
|