Add reverse-proxy role
This commit is contained in:
parent
c970c562a9
commit
973ce03249
4 changed files with 44 additions and 0 deletions
5
roles/reverse-proxy/tasks/main.yml
Normal file
5
roles/reverse-proxy/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Set up nginx site
|
||||
template:
|
||||
dest: '/etc/nginx/http.d/{{ inventory_hostname }}.conf'
|
||||
src: 'nginx.conf.j2'
|
||||
notify: reload nginx
|
Loading…
Add table
Add a link
Reference in a new issue