Add timezone management

This commit is contained in:
KemoNine 2020-08-05 01:37:53 +00:00
parent d5b5c482a5
commit b89a01d7da
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -1,7 +1,11 @@
--- ---
- hosts: frames - hosts: frames
become: yes become: yes
tasks:
- name: Setup timezone
timezone:
name: {{ frame_timezone }}
roles: roles:
- msmtp - msmtp
- hdmi - hdmi
- monit - monit