From b0db2425e5f28647bc3e5df3a5017c53efb6c235 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 29 Apr 2020 23:58:41 -0400 Subject: [PATCH] 0.1.0-DEV-20200429-235611 ------------------------- * ADD: - intial commit for the zen_ntp ansible play --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cc878c..f65db54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,9 @@ stages: - ls -ltr - ansible-galaxy install -r roles/requirements.yml - ansible-playbook -v -i '127.0.0.1,' --connection=local ${ANSIBLE_EXTRA_VARS} ${ANSIBLE_PLAY} + - cat /etc/ntp.conf + - ansible-playbook -v -i '127.0.0.1,' --connection=local ${ANSIBLE_EXTRA_VARS} ${ANSIBLE_PLAY} -e ntp_node_type=client + - cat /etc/ntp.conf ### END TEMPLATES ###