chore: add kubeconform, kube-score and tflint
This commit is contained in:
parent
fe4e8da22a
commit
c1da779cbc
14 changed files with 27 additions and 34 deletions
|
|
@ -2,7 +2,7 @@
|
|||
- name: Set same timezone on every Server
|
||||
community.general.timezone:
|
||||
name: "{{ system_timezone }}"
|
||||
when: (system_timezone is defined) and (system_timezone != "Your/Timezone")
|
||||
when: (system_timezone is defined) and (system_timezone != "Europe/Madrid")
|
||||
|
||||
- name: Enable IPv4 forwarding
|
||||
ansible.posix.sysctl:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue