فهرست منبع

needs the ntp

Chris Mague 5 سال پیش
والد
کامیت
c4f39c9dff
3فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 1 0
      ansible/cp_nodes.yml
  2. 2 0
      ansible/requirements.yml
  3. 1 0
      ansible/test_nodes.yml

+ 1 - 0
ansible/cp_nodes.yml

@@ -116,6 +116,7 @@
 
   roles:
     - consul
+    - ntp
 
   post_tasks:
     - name: Redis Consul Services 

+ 2 - 0
ansible/requirements.yml

@@ -1,5 +1,7 @@
 - src: https://github.com/idealista/consul_role.git
   version: 1.0.0
   name: consul
+- src: geerlingguy.ntp
+  name: ntp
 - src: https://github.com/griggheo/ansible-consul-template
   name: consul-template

+ 1 - 0
ansible/test_nodes.yml

@@ -110,6 +110,7 @@
         target: install
       become: yes
   roles:
+    - ntp
     - { role: consul-template,
         consul_template_consul_server: 10.161.11.148,
         consul_template_use_upstart: false }