Changed docker to use a hosts file with various var files and to use roles.
This commit is contained in:
6
docker/roles/nginx/handlers/main.yaml
Normal file
6
docker/roles/nginx/handlers/main.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
# Handlers for Nginx role
|
||||
- name: Reload Nginx
|
||||
service:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
Reference in New Issue
Block a user