NTP is UDP
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
5613ca9e80
commit
1027f501b1
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@
|
|||
- config
|
||||
- selinux
|
||||
|
||||
- name: allow alternate ntpd port
|
||||
command: semanage port -a -t ntp_port_t -p udp 124
|
||||
when: '"124" not in ntp_selinux_port'
|
||||
failed_when: false
|
||||
tags:
|
||||
- config
|
||||
- selinux
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue