Skip to content
Snippets Groups Projects
Commit 09f841b3 authored by Jan David Mol's avatar Jan David Mol
Browse files

fix

parent 06a5e0db
No related branches found
No related tags found
1 merge request!899Fixes for cs001 new LCU
---
- name: setup chrony NTP server
hosts: all
remote_user: root
#remote_user: root
become: true
become_user: root
tasks:
......@@ -16,3 +16,9 @@
ansible.builtin.template:
src: chrony/00-lofar.conf
dest: /etc/chrony/conf.d/00-lofar.conf
- name: start chrony
ansible.builtin.service:
name: chrony
state: restarted
enabled: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment