Add roles apache-php and reverse_proxy
This commit is contained in:
parent
d1cf462f64
commit
4ed3bc5d7f
5 changed files with 63 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