Compare commits
2 commits
prod
...
vaultwarde
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c6c727483 | |||
| 887a727440 |
3 changed files with 22 additions and 0 deletions
7
playbook_templates/vault.actcur.com
Normal file
7
playbook_templates/vault.actcur.com
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
role:core:v1.2:core
|
||||||
|
role:ansible-update:v1.0:core,ansible
|
||||||
|
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||||
|
role:certbot:v1.3:common,certbot
|
||||||
|
role:vaultwarden:testing:workload,vaultwarden
|
||||||
|
|
||||||
|
# end of file
|
||||||
7
var_files/certbot/vault.actcur.com
Normal file
7
var_files/certbot/vault.actcur.com
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
# vars file for certbot on vault.actcur.com
|
||||||
|
|
||||||
|
domains:
|
||||||
|
- domain: vault.actcur.com
|
||||||
|
|
||||||
|
# end of file
|
||||||
8
var_files/nginx-ssl/vault.actcur.com
Normal file
8
var_files/nginx-ssl/vault.actcur.com
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
# vars file for nginx-ssl on vault.actcur.com
|
||||||
|
|
||||||
|
domains:
|
||||||
|
- domain: vault.actcur.com
|
||||||
|
port: 8000
|
||||||
|
|
||||||
|
# end of file
|
||||||
Loading…
Add table
Reference in a new issue