initial commit
This commit is contained in:
commit
54274ae965
2 changed files with 11 additions and 0 deletions
2
defaults/main.yml
Normal file
2
defaults/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ntp:
|
||||
timezone: UTC
|
||||
9
tasks/main.yml
Normal file
9
tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
- name: enable timesyncd
|
||||
service:
|
||||
name: systemd-timesyncd
|
||||
state: started
|
||||
enabled: True
|
||||
|
||||
- name: Set timezone
|
||||
timezone:
|
||||
name: "{{ ntp.timezone }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue