14 lines
236 B
YAML
14 lines
236 B
YAML
---
|
|
|
|
- name: Configure Nginx proxy
|
|
hosts:
|
|
- ext_nginx
|
|
- int_nginx
|
|
vars_prompt:
|
|
- name: cloudflare_api_token
|
|
prompt: Enter the cloudflare API token to manage DNS records for certs
|
|
|
|
roles:
|
|
- common
|
|
- nginx
|