Skip to content

Commit

Permalink
configure ntp servers for fedora on aws using cloud-init
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath authored and adrianriobo committed Dec 19, 2024
1 parent b75784d commit 812d483
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/provider/aws/action/fedora/cloud-config-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#cloud-config
ntp:
enabled: true
servers:
- 169.254.169.123
config:
service_name: chronyd.service
check_exe: chronyd
runcmd:
- dnf install -y podman
{{ if .InstallActionsRunner }} - sudo -u {{ .Username }} bash -c /opt/install-ghrunner.sh{{ end }}
Expand Down

0 comments on commit 812d483

Please sign in to comment.