feat: enable retrieval of certbot certs

- refactor certbot
- add nginx to certbot hosts
This commit is contained in:
2024-07-07 22:24:24 +10:00
parent 9db714d02f
commit 30ec8c1bb1
9 changed files with 143 additions and 14 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ class roles::infra::pki::certbot {
}else{
include profiles::defaults
include profiles::base
include profiles::certbot::server
include profiles::certbot::init
}
}