Logo
Explore Help
Register Sign In
headhuntertest/ansible-config
1
0
Fork 0
You've already forked ansible-config
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b1fc6bcf3cfc2f3f17785aae7af29afdd1c9dca5
ansible-config/roles/nginx/handlers/main.yml

14 lines
215 B
YAML
Raw Normal View History

Add nginx role and playbook for App1 deployment - Complete nginx role with official repository setup - Configuration placed in conf.d/ for proper inclusion - Working stub_status endpoints (/status, /nginx_status) - Custom HTML template with monitoring information - Cleanup of default Nginx configurations - Ready for deployment on App1 (192.168.0.110)
2026-02-04 03:49:11 +00:00
---
# Handlers for Nginx role
- name: reload nginx
systemd:
name: nginx
state: reloaded
daemon_reload: yes
- name: restart nginx
systemd:
name: nginx
state: restarted
daemon_reload: yes
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 32ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API