initial commit
This commit is contained in:
commit
ff1cfedadf
6 changed files with 186 additions and 0 deletions
16
defaults/main.yml
Normal file
16
defaults/main.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
certificates:
|
||||
backends:
|
||||
letsencrypt:
|
||||
remainingdays: 28
|
||||
challange: dns-01
|
||||
challangeserver: []
|
||||
selfsigned: ~
|
||||
defaults:
|
||||
country: "SU"
|
||||
province: "CYBER"
|
||||
city: "Cyberspace"
|
||||
org: "Tyrell Corporation"
|
||||
mail: "example@example.com"
|
||||
ou: "cyber"
|
||||
cn: ~
|
||||
certs: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue