Initial commit

This commit is contained in:
nemunaire 2023-03-14 16:38:06 +01:00
commit 63d5eabd20
4 changed files with 149 additions and 0 deletions

8
tasks/main.yml Normal file
View file

@ -0,0 +1,8 @@
---
- name: configure nginx for {{ instance_name }}
template:
src: nginx.conf.j2
dest: "/etc/nginx/http.d/{{ instance_name }}.conf"
mode: 0644
notify:
- reload nginx