First release

This commit is contained in:
2023-10-05 00:31:23 +03:00
parent 9d5dd26cf6
commit ff8b8211d0
3 changed files with 56 additions and 0 deletions

9
handlers/main.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- 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 }}"