Import the FreeBSD ntp role.

This commit is contained in:
Tom Alexander
2022-10-15 19:59:25 -04:00
parent ae9d65d247
commit 2b1a2bf1d6
12 changed files with 67 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
- name: Install Configuration
notify: restart ntpdate
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0644
owner: root
group: wheel
loop:
- src: rc.conf
dest: /etc/rc.conf.d/ntpdate