ansible-base/roles/tlscert_existing/defaults/main.json

7 lines
218 B
JSON
Raw Permalink Normal View History

2023-12-14 09:56:19 +01:00
{
"var_tlscert_existing_domain": "foo.example.org",
2023-12-14 09:56:19 +01:00
"var_tlscert_existing_key_path": "/tmp/key.pem",
"var_tlscert_existing_cert_path": "/tmp/cert.pem",
"var_tlscert_existing_fullchain_path": "/tmp/fullchain.pem"
2023-12-14 09:56:19 +01:00
}