[mod] role:tlscert_acme_inwx

This commit is contained in:
Christian Fraß 2024-06-01 13:38:39 +02:00
parent fbbca1615f
commit ed300b7fdb
2 changed files with 2 additions and 2 deletions

View file

@ -195,7 +195,7 @@ def conf_load(
"password": conf_data_raw.get("account", {}).get("password", None), "password": conf_data_raw.get("account", {}).get("password", None),
} }
} }
print(_json.dumps(_conf_data, indent = "\t")) # print(_json.dumps(_conf_data, indent = "\t"))
def conf_get( def conf_get(

View file

@ -89,7 +89,7 @@
"name": "run", "name": "run",
"become": true, "become": true,
"ansible.builtin.shell": { "ansible.builtin.shell": {
"cmd": "echo '/usr/local/bin/tls-get {{var_tlscert_acme_inwx_domain}} --conf-path=/root/.tls-get-conf.json --target-directory={{var_tlscert_acme_inwx_ssl_directory}}' > /var/pseudoqueue" "cmd": "/usr/local/bin/tls-get {{var_tlscert_acme_inwx_domain}} --conf-path=/root/.tls-get-conf.json --target-directory={{var_tlscert_acme_inwx_ssl_directory}}"
} }
} }
] ]