Skip to content

Commit

Permalink
Added NTP role to ensure times are synced properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlesmithjr committed Feb 16, 2018
1 parent 53b1489 commit 3a8590c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inventory/group_vars/all/ntp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
ntp_pri_domain_name: "{{ pri_domain_name }}"
1 change: 1 addition & 0 deletions playbooks/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
- hosts: rpi_k8s
any_errors_fatal: true
roles:
- role: ansible-ntp
- role: ansible-apt-cacher-ng
become: true
tags:
Expand Down

0 comments on commit 3a8590c

Please sign in to comment.