public-health-ch/ansible/nginx.yaml

9 lines
161 B
YAML
Raw Normal View History

2021-02-20 14:00:04 +00:00
- hosts: webservers
become: True
gather_facts: True
vars:
nginx_add_header: []
roles:
- role: nginxinc.nginx
- role: dev-sec.nginx-hardening