You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
787 B
YAML
20 lines
787 B
YAML
---
|
|
|
|
hetzner_server_type: cx11
|
|
hetzner_server_labels: "stage={{ stage }} service=pdns"
|
|
|
|
pdns_id: "{{ inventory_hostname }}-pdns"
|
|
pdns_postgres_id: "{{ inventory_hostname }}-postgres-pdns"
|
|
pdns_recursor_id: "{{ inventory_hostname }}-recursor-pdns"
|
|
pdns_admin_id: "{{ inventory_hostname }}-admin-pdns"
|
|
pdns_admin_postgres_id: "{{ inventory_hostname }}-admin-postgres-pdns"
|
|
#pdns_api_key: "< see vault >"
|
|
|
|
pdns_postgres_host: "{{ shared_service_postgres_primary }}"
|
|
pdns_postgres_database: "{{ stage }}_pdns"
|
|
pdns_postgres_username: "{{ pdns_postgres_database }}"
|
|
pdns_postgres_password: "pdns-postgres-admin"
|
|
|
|
pdns_admin_postgres_database: "{{ stage }}_pdns_admin"
|
|
pdns_admin_postgres_username: "{{ pdns_admin_postgres_database }}"
|
|
pdns_admin_postgres_password: "pdns-admin-postgres-admin" |