feat: change timezone to UTC

This commit is contained in:
auricom
2022-07-19 01:22:53 +02:00
parent bf6e2a0db7
commit a852786520
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ k3s_server_manifests_urls:
# username: "{{ SECRET_NEXUS_USERNAME }}"
# password: "{{ SECRET_NEXUS_PASSWORD }}"
timezone: Europe/Paris
timezone: Etc/UTC
public_ssh_keys:
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+GMHgvbtf6f7xUMAQR+vZFfD/mIIfIDNX5iP8tDRXZ claude@claude-thinkpad-fedora"

View File

@@ -14,7 +14,7 @@
block:
- name: Locale | Set timezone
community.general.timezone:
name: "{{ timezone | default('Europe/Paris') }}"
name: "{{ timezone | default('Etc/UTC') }}"
- name: Networking
block:
- name: Networking | Set hostname to inventory hostname

View File

@@ -27,4 +27,4 @@ data:
LOCAL_LAN_K3SWORKER2: 192.168.9.106
LOCAL_LAN_K3SWORKER3: 192.168.9.107
LOCAL_LAN_OPENMEDIAVAULT: 192.168.9.13
TIMEZONE: "Europe/Paris"
TIMEZONE: "Etc/UTC"