nginx-unit/handlers/main.yml

11 lines
235 B
YAML

---
- name: Nginx Unit | Load configuration
uri:
unix_socket: "{{ nginx_unit_control_socket }}"
url: http://localhost/config/
method: PUT
body_format: json
src: "{{ nginx_unit_config_path }}"
remote_src: yes