restart.yml 214 B

1234567891011
  1. ---
  2. - name: restart master
  3. command: /usr/local/bin/master-restart "{{ item }}"
  4. with_items:
  5. - api
  6. - controllers
  7. retries: 5
  8. delay: 5
  9. register: result
  10. until: result.rc == 0
  11. notify: verify API server