diff --git a/playbook_templates/vault.actcur.com b/playbook_templates/vault.actcur.com new file mode 100644 index 0000000..7bae06f --- /dev/null +++ b/playbook_templates/vault.actcur.com @@ -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 diff --git a/var_files/certbot/vault.actcur.com b/var_files/certbot/vault.actcur.com new file mode 100644 index 0000000..764805c --- /dev/null +++ b/var_files/certbot/vault.actcur.com @@ -0,0 +1,8 @@ +--- +# vars file for certbot on vault.actcur.com + +domains: + - domain: vault.actcur.com + - domain: pass.actcur.com + +# end of file \ No newline at end of file diff --git a/var_files/nginx-ssl/vault.actcur.com b/var_files/nginx-ssl/vault.actcur.com new file mode 100644 index 0000000..d75c22d --- /dev/null +++ b/var_files/nginx-ssl/vault.actcur.com @@ -0,0 +1,10 @@ +--- +# vars file for nginx-ssl on vault.actcur.com + +domains: + - domain: vault.actcur.com + port: 8000 + - domain: pass.actcur.com + port: 8000 + +# end of file \ No newline at end of file