Import the FreeBSD ntp role.
This commit is contained in:
11
ansible/roles/ntp/tasks/freebsd.yaml
Normal file
11
ansible/roles/ntp/tasks/freebsd.yaml
Normal 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
|
||||
Reference in New Issue
Block a user