summaryrefslogtreecommitdiffstats
path: root/ansible/roles/chrony/molecule/external_time_source/playbook.yml
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-06-10 15:08:02 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-06-12 11:53:03 +0200
commitaf72c4aceebc356b63f79e3ec3711319fa179690 (patch)
tree008a8fefbe2865e1c429fa6d194314d4632eb25f /ansible/roles/chrony/molecule/external_time_source/playbook.yml
parent3cd75cd8d71f471a0217f525bb8e4ed5315266a8 (diff)
Add tests for custom ntp authority mode in 'chrony' role
By default 'infra' node is set up as a time authority for nodes. This patch adds tests for alternative supported scenario where external time authority service is given. Change-Id: I114418e79fa90b3af1c62a148ca91af3acf2bb2b Issue-ID: OOM-1810 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/chrony/molecule/external_time_source/playbook.yml')
-rw-r--r--ansible/roles/chrony/molecule/external_time_source/playbook.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/roles/chrony/molecule/external_time_source/playbook.yml b/ansible/roles/chrony/molecule/external_time_source/playbook.yml
new file mode 100644
index 00000000..7dccfc35
--- /dev/null
+++ b/ansible/roles/chrony/molecule/external_time_source/playbook.yml
@@ -0,0 +1,10 @@
+---
+- name: Converge infrastructure hosts
+ hosts: infrastructure
+ roles:
+ - chrony
+
+- name: Converge kubernetes hosts
+ hosts: kubernetes
+ roles:
+ - chrony