chore: add kubeconform, kube-score and tflint

This commit is contained in:
cătălin 2024-03-25 10:56:52 +01:00
commit c1da779cbc
No known key found for this signature in database
14 changed files with 27 additions and 34 deletions

View file

@ -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: