--- 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"