mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
issue-183 - make lint happy
This commit is contained in:
parent
5c50c36a69
commit
faf9e6fd48
@ -17,7 +17,7 @@
|
||||
- name: regenerate_auditd_rules
|
||||
command: /sbin/augenrules
|
||||
|
||||
- name: reload_chrony
|
||||
- name: reload_chrony
|
||||
systemd:
|
||||
name: "{{ chrony_service_name }}"
|
||||
state: restarted
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Sets Up Chrony Server/Client
|
||||
# Created: @derekmpage
|
||||
# Kudos: @danielkubat @Darkbat91
|
||||
- name: Rocky Chrony Runbook
|
||||
- name: Rocky Chrony Runbook
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
|
@ -25,9 +25,9 @@ chrony_service_state: started
|
||||
chrony_service_enabled: yes
|
||||
|
||||
# default internet timeservers to use
|
||||
chrony_timeservers: []
|
||||
- 0.pool.ntp.org
|
||||
- 1.pool.ntp.org
|
||||
chrony_timeservers:
|
||||
- 0.pool.ntp.org
|
||||
- 1.pool.ntp.org
|
||||
- 2.pool.ntp.org
|
||||
|
||||
# is chrony ntp server - allows client connections
|
||||
|
Loading…
Reference in New Issue
Block a user