fix control node tasks logic to properly change server address on control node #481
Annotations
2 errors and 16 warnings
command-instead-of-shell:
roles/k3s_server/tasks/main.yml#L105
Use shell only when shell functionality is required.
|
Lint
Process completed with exit code 2.
|
yaml[comments-indentation]:
inventory-sample.yml#L22
Comment not indented like content
|
yaml[comments-indentation]:
inventory-sample.yml#L23
Comment not indented like content
|
yaml[line-length]:
inventory-sample.yml#L31
Line too long (141 > 120 characters)
|
yaml[comments-indentation]:
inventory-sample.yml#L33
Comment not indented like content
|
var-naming[no-role-prefix]:
roles/k3s_agent/defaults/main.yml#L2
Variables names from within roles should use k3s_agent_ as a prefix. (vars: k3s_server_location)
|
var-naming[no-role-prefix]:
roles/k3s_agent/defaults/main.yml#L3
Variables names from within roles should use k3s_agent_ as a prefix. (vars: systemd_dir)
|
var-naming[no-role-prefix]:
roles/k3s_agent/defaults/main.yml#L4
Variables names from within roles should use k3s_agent_ as a prefix. (vars: api_port)
|
var-naming[no-role-prefix]:
roles/k3s_server/defaults/main.yml#L3
Variables names from within roles should use k3s_server_ as a prefix. (vars: systemd_dir)
|
var-naming[no-role-prefix]:
roles/k3s_server/defaults/main.yml#L4
Variables names from within roles should use k3s_server_ as a prefix. (vars: api_port)
|
var-naming[no-role-prefix]:
roles/k3s_server/defaults/main.yml#L5
Variables names from within roles should use k3s_server_ as a prefix. (vars: kubeconfig)
|
Lint:
inventory-sample.yml#L22
22:3 [comments-indentation] comment not indented like content
|
Lint:
inventory-sample.yml#L23
23:5 [comments-indentation] comment not indented like content
|
Lint:
inventory-sample.yml#L31
31:121 [line-length] line too long (141 > 120 characters)
|
Lint:
inventory-sample.yml#L33
33:7 [comments-indentation] comment not indented like content
|
Lint:
roles/k3s_server/tasks/main.yml#L106
106:121 [line-length] line too long (146 > 120 characters)
|
Lint:
.github/workflows/build.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|