Add timezone management
This commit is contained in:
parent
d5b5c482a5
commit
b89a01d7da
|
@ -9,6 +9,7 @@ frames:
|
||||||
hosts:
|
hosts:
|
||||||
frame1:
|
frame1:
|
||||||
vars:
|
vars:
|
||||||
|
frame_timezone: UTC
|
||||||
monit_wireguard: true
|
monit_wireguard: true
|
||||||
monit_wireguard_ip: 192.168.254.1
|
monit_wireguard_ip: 192.168.254.1
|
||||||
wg:
|
wg:
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
- hosts: frames
|
- hosts: frames
|
||||||
become: yes
|
become: yes
|
||||||
|
tasks:
|
||||||
|
- name: Setup timezone
|
||||||
|
timezone:
|
||||||
|
name: {{ frame_timezone }}
|
||||||
roles:
|
roles:
|
||||||
- msmtp
|
- msmtp
|
||||||
- hdmi
|
- hdmi
|
||||||
|
|
Loading…
Reference in a new issue