0.1.0-DEV-20200429-235611

-------------------------
    * ADD:
      - intial commit for the zen_ntp ansible play
This commit is contained in:
Chris Hammer 2020-04-29 23:58:41 -04:00
parent 4b4cf28451
commit b0db2425e5

View File

@ -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 ###