Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
---
- name: Restart mongos
  listen: Restart mongos service
  service:
    name: "{{ mongos_service }}"
    state: restarted
  when: not skip_restart

- name: Wait for port to become active
  listen: Restart mongos service
  wait_for:
    host: "{{ bind_ip }}"
    port: "{{ mongos_port }}"
  when: not skip_restart