Add keycloak role #52
Annotations
11 warnings
Ansible Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
risky-file-permissions:
deploy/tasks/main.yaml#L45
File permissions unset or incorrect.
|
risky-file-permissions:
deploy/tasks/main.yaml#L53
File permissions unset or incorrect.
|
jinja[spacing]:
letsencrypt/tasks/main.yml#L18
Jinja2 spacing could be improved: certbot certonly --webroot -w {{ item.webroot|quote }} -d {{ item.domain|quote }} --non-interactive -> certbot certonly --webroot -w {{ item.webroot | quote }} -d {{ item.domain | quote }} --non-interactive
|
name[casing]:
nginx/handlers/main.yml#L2
All names should start with an uppercase letter.
|
name[casing]:
nginx/handlers/main.yml#L7
All names should start with an uppercase letter.
|
jinja[spacing]:
nginx/tasks/main.yml#L32
Jinja2 spacing could be improved: {{ default_sites|combine(sites)|dict2items }} -> {{ default_sites | combine(sites) | dict2items }}
|
jinja[spacing]:
nginx/tasks/main.yml#L41
Jinja2 spacing could be improved: {{ default_sites|combine(sites)|dict2items }} -> {{ default_sites | combine(sites) | dict2items }}
|
jinja[spacing]:
nginx/tasks/main.yml#L51
Jinja2 spacing could be improved: {{ default_sites|combine(sites)|dict2items }} -> {{ default_sites | combine(sites) | dict2items }}
|
jinja[spacing]:
nginx/tasks/main.yml#L60
Jinja2 spacing could be improved: {{ default_sites|combine(sites)|dict2items }} -> {{ default_sites | combine(sites) | dict2items }}
|
name[casing]:
php_fpm_pool/handlers/main.yml#L2
All names should start with an uppercase letter.
|