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

fix

parent 06a5e0db
Branches
Tags
1 merge request!899Fixes for cs001 new LCU
--- ---
- name: setup chrony NTP server - name: setup chrony NTP server
hosts: all hosts: all
remote_user: root #remote_user: root
become: true become: true
become_user: root become_user: root
tasks: tasks:
...@@ -16,3 +16,9 @@ ...@@ -16,3 +16,9 @@
ansible.builtin.template: ansible.builtin.template:
src: chrony/00-lofar.conf src: chrony/00-lofar.conf
dest: /etc/chrony/conf.d/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