mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-10 16:01:23 +00:00
12 lines
226 B
YAML
12 lines
226 B
YAML
---
|
|
# Sets Up Chrony Server/Client
|
|
# Created: @derekmpage
|
|
# Kudos: @danielkubat @Darkbat91
|
|
- name: Rocky Chrony Runbook
|
|
hosts: all
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Configure Chrony
|
|
import_tasks: tasks/chrony.yml
|