[fix] role:tlscert_acme_netcup
This commit is contained in:
parent
3a69c74dcf
commit
7f50d3e9bc
1 changed files with 13 additions and 3 deletions
|
@ -1,14 +1,24 @@
|
|||
[
|
||||
{
|
||||
"name": "packages",
|
||||
"name": "packages | debian",
|
||||
"become": true,
|
||||
"ansible.builtin.apt": {
|
||||
"pkg": [
|
||||
"openssl",
|
||||
"python3-cryptography"
|
||||
"python3-cryptography",
|
||||
"python3-pip"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "packages | python",
|
||||
"ansible.builtin.pip": {
|
||||
"name": "nc_dnsapi"
|
||||
},
|
||||
"environment": {
|
||||
"PIP_BREAK_SYSTEM_PACKAGES": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "setup directories | keys",
|
||||
"become": true,
|
||||
|
@ -105,7 +115,7 @@
|
|||
"name": "dns challenge | wait",
|
||||
"when": "'challenge_data' in temp_acme_data",
|
||||
"ansible.builtin.pause": {
|
||||
"seconds": 60
|
||||
"seconds": 300
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue