Skip to content

allowing templates to be applied AFTER the cluster is fully up #100

allowing templates to be applied AFTER the cluster is fully up

allowing templates to be applied AFTER the cluster is fully up #100

Triggered via pull request January 10, 2024 20:12
Status Success
Total duration 24m 50s
Artifacts

ubuntu20.yml

on: pull_request
Lint for PR
50s
Lint for PR
Ansible build test for Ubuntu
23m 45s
Ansible build test for Ubuntu
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
var-naming[no-role-prefix]: roles/cluster_manifest/defaults/main.yml#L2
Variables names from within roles should use cluster_manifest_ as a prefix. (vars: kubernetes_api_server_host)
var-naming[no-role-prefix]: roles/rke2_agent/defaults/main.yml#L2
Variables names from within roles should use rke2_agent_ as a prefix. (vars: kubernetes_api_server_host)
var-naming[no-role-prefix]: roles/rke2_agent/tasks/main.yml#L5
Variables names from within roles should use rke2_common_ as a prefix. (vars: caller_role_name)
var-naming[no-role-prefix]: roles/rke2_agent/vars/main.yml#L2
Variables names from within roles should use rke2_agent_ as a prefix. (vars: tmp_sha1)
var-naming[no-role-prefix]: roles/rke2_common/defaults/main.yml#L2
Variables names from within roles should use rke2_common_ as a prefix. (vars: tarball_dir)
var-naming[no-role-prefix]: roles/rke2_common/defaults/main.yml#L3
Variables names from within roles should use rke2_common_ as a prefix. (vars: rke2_channel)
var-naming[no-role-prefix]: roles/rke2_common/defaults/main.yml#L4
Variables names from within roles should use rke2_common_ as a prefix. (vars: audit_policy_config_file_path)
var-naming[no-role-prefix]: roles/rke2_common/defaults/main.yml#L5
Variables names from within roles should use rke2_common_ as a prefix. (vars: registry_config_file_path)
var-naming[no-role-prefix]: roles/rke2_common/defaults/main.yml#L6
Variables names from within roles should use rke2_common_ as a prefix. (vars: add_iptables_rules)
var-naming[no-role-prefix]: roles/rke2_common/defaults/main.yml#L15
Variables names from within roles should use rke2_common_ as a prefix. (vars: rke2_versioned_yum_repo)
Lint for PR: roles/rke2_common/tasks/images_tarball_install.yml#L2
2:121 [line-length] line too long (143 > 120 characters)
Lint for PR: roles/rke2_common/tasks/images_tarball_install.yml#L10
10:121 [line-length] line too long (145 > 120 characters)
Ansible build test for Ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/