From 3a8590c6586b77ef0f30ea3a451632122bb20afc Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Thu, 15 Feb 2018 21:25:30 -0500 Subject: [PATCH] Added NTP role to ensure times are synced properly. --- inventory/group_vars/all/ntp.yml | 2 ++ playbooks/bootstrap.yml | 1 + 2 files changed, 3 insertions(+) create mode 100644 inventory/group_vars/all/ntp.yml diff --git a/inventory/group_vars/all/ntp.yml b/inventory/group_vars/all/ntp.yml new file mode 100644 index 0000000..7fd8844 --- /dev/null +++ b/inventory/group_vars/all/ntp.yml @@ -0,0 +1,2 @@ +--- +ntp_pri_domain_name: "{{ pri_domain_name }}" diff --git a/playbooks/bootstrap.yml b/playbooks/bootstrap.yml index 2b85848..624d188 100644 --- a/playbooks/bootstrap.yml +++ b/playbooks/bootstrap.yml @@ -248,6 +248,7 @@ - hosts: rpi_k8s any_errors_fatal: true roles: + - role: ansible-ntp - role: ansible-apt-cacher-ng become: true tags: