aboutsummaryrefslogtreecommitdiff
path: root/roles/nginx_reverse_proxy/defaults/main.yml
blob: ffe53ab179cb9d6c39b9044bef673d5207295f61 (plain)
1
2
3
4
5
6
---
nginx_reverse_proxy:
  cert: '/etc/ssl/certs/{{ ansible_facts.fqdn }}.pem'
  key: '/etc/ssl/private/{{ ansible_facts.fqdn }}.key'
  proxy_address: 'http://localhost:8080'
  server_name: '{{ ansible_facts.fqdn }}'