mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-15 01:53:03 +00:00
10 lines
198 B
YAML
10 lines
198 B
YAML
---
|
|
- name: restart sshd
|
|
service: name=ssh state=restarted
|
|
|
|
- name: update tzdata
|
|
command: dpkg-reconfigure --frontend noninteractive tzdata
|
|
|
|
- name: restart ntpd
|
|
command: service ntp restart
|