Skip to content

Instantly share code, notes, and snippets.

@joshwget
Last active August 9, 2016 20:31
Show Gist options
  • Save joshwget/aa72e8c5a3218905e54d5a0b1f0a93f0 to your computer and use it in GitHub Desktop.
Save joshwget/aa72e8c5a3218905e54d5a0b1f0a93f0 to your computer and use it in GitHub Desktop.
#cloud-config
rancher:
restart: [ntp]
write_files:
- path: "/etc/ntp.conf"
container: ntp
permissions: "0644"
owner: "root"
content: |
server 0.pool.ntp.org iburst
restrict default nomodify nopeer noquery limited kod
restrict 127.0.0.1
restrict [::1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment