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