Use the short inventory hostname here for pagure-stg01 to work.
This commit is contained in:
parent
2b048c744b
commit
079c95be26
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ config = dict(
|
|||
crl_cache_expiry=86400, # Daily
|
||||
|
||||
certnames=dict([
|
||||
("shell.pagure01", "shell-{{inventory_hostname}}"),
|
||||
("pagure.pagure01", "pagure-{{inventory_hostname}}"),
|
||||
("shell.{{inventory_hostname_short}}", "shell-{{inventory_hostname}}"),
|
||||
("pagure.{{inventory_hostname_short}}", "pagure-{{inventory_hostname}}"),
|
||||
]),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue