Changeset 3799 in MondoRescue for branches/3.3/ansible/roles/ntp


Ignore:
Timestamp:
Feb 16, 2024, 12:27:34 AM (7 months ago)
Author:
Bruno Cornec
Message:

Update Mondorescue server to mga9

Location:
branches/3.3/ansible/roles/ntp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/ntp/tasks/main.yml

    r3795 r3799  
    11---
    22
    3 - name: Check that ntp is installed
    4   urpmi: name=ntp state=installed no_recommends=yes
    5   tags: ntp
     3- name: Check that ntpsec is installed
     4  urpmi: name=ntpsec state=installed no_recommends=yes
    65
    76- name: Check that ntp is configured
     
    1211  notify:
    1312    - restart ntpd
    14   tags: ntp
    1513
    1614- name: Check that ntpd is running and enabled
    1715  service: name=ntpd state=started enabled=yes
    18   tags: ntp
  • branches/3.3/ansible/roles/ntp/templates/ntp.conf.j2

    r3795 r3799  
    2828#
    2929driftfile /var/lib/ntp/drift
    30 # Incorrect starting with mga9
    31 #multicastclient    224.0.1.1       # listen on default 224.0.1.1
     30multicastclient 224.0.1.1       # listen on default 224.0.1.1
    3231broadcastdelay  0.008
    3332
     
    5251# the administrative functions.
    5352restrict 127.0.0.1
    54 #restrict ::1
     53restrict ::1
Note: See TracChangeset for help on using the changeset viewer.