mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: change timezone to UTC
This commit is contained in:
@@ -52,7 +52,7 @@ k3s_server_manifests_urls:
|
|||||||
# username: "{{ SECRET_NEXUS_USERNAME }}"
|
# username: "{{ SECRET_NEXUS_USERNAME }}"
|
||||||
# password: "{{ SECRET_NEXUS_PASSWORD }}"
|
# password: "{{ SECRET_NEXUS_PASSWORD }}"
|
||||||
|
|
||||||
timezone: Europe/Paris
|
timezone: Etc/UTC
|
||||||
|
|
||||||
public_ssh_keys:
|
public_ssh_keys:
|
||||||
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+GMHgvbtf6f7xUMAQR+vZFfD/mIIfIDNX5iP8tDRXZ claude@claude-thinkpad-fedora"
|
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+GMHgvbtf6f7xUMAQR+vZFfD/mIIfIDNX5iP8tDRXZ claude@claude-thinkpad-fedora"
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Locale | Set timezone
|
- name: Locale | Set timezone
|
||||||
community.general.timezone:
|
community.general.timezone:
|
||||||
name: "{{ timezone | default('Europe/Paris') }}"
|
name: "{{ timezone | default('Etc/UTC') }}"
|
||||||
- name: Networking
|
- name: Networking
|
||||||
block:
|
block:
|
||||||
- name: Networking | Set hostname to inventory hostname
|
- name: Networking | Set hostname to inventory hostname
|
||||||
|
@@ -27,4 +27,4 @@ data:
|
|||||||
LOCAL_LAN_K3SWORKER2: 192.168.9.106
|
LOCAL_LAN_K3SWORKER2: 192.168.9.106
|
||||||
LOCAL_LAN_K3SWORKER3: 192.168.9.107
|
LOCAL_LAN_K3SWORKER3: 192.168.9.107
|
||||||
LOCAL_LAN_OPENMEDIAVAULT: 192.168.9.13
|
LOCAL_LAN_OPENMEDIAVAULT: 192.168.9.13
|
||||||
TIMEZONE: "Europe/Paris"
|
TIMEZONE: "Etc/UTC"
|
||||||
|
Reference in New Issue
Block a user