Skip to content

Add certcheck role for TLS certificate verification #29

Add certcheck role for TLS certificate verification

Add certcheck role for TLS certificate verification #29

Triggered via pull request April 13, 2026 16:47
@Amunagala-itentialAmunagala-itential
synchronize #11
dev
Status Success
Total duration 42s
Artifacts

ansible-lint.yml

on: pull_request
Ansible Lint
38s
Ansible Lint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Ansible Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/tasks/main.yml#L13
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (set_fact: check_results)
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/tasks/main.yml#L8
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (set_fact: node_section)
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/tasks/main.yml#L8
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (set_fact: gateway_conf)
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/defaults/main.yml#L24
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (vars: private_ip)
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/defaults/main.yml#L20
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (vars: server_port)
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/defaults/main.yml#L17
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (vars: service_name)
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/defaults/main.yml#L14
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (vars: client_gateway_conf)
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/defaults/main.yml#L13
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (vars: server_gateway_conf)
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/defaults/main.yml#L10
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (vars: iag5_client_group)
var-naming[no-role-prefix]: roles/certcheck_cluster_client_to_server/defaults/main.yml#L9
Variables names from within roles should use certcheck_cluster_client_to_server_ as a prefix. (vars: iag5_server_group)