Added configurations for ipa.actcur.com and ipa2.actcur.com servers and incremented certbot #7
7 changed files with 26 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
role:core:v1.2:core
|
role:core:v1.2:core
|
||||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||||
role:mount:v1.1:core,mount
|
role:mount:v1.1:core,mount
|
||||||
role:certbot:v1.1:common,certbot
|
role:certbot:v1.2:common,certbot
|
||||||
role:forgejo:v1.0:workload,forgejo
|
role:forgejo:v1.0:workload,forgejo
|
||||||
|
|
||||||
# end of file
|
# end of file
|
||||||
|
|
5
playbook_templates/ipa.actcur.com
Normal file
5
playbook_templates/ipa.actcur.com
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
role:core:v1.2:core
|
||||||
|
role:ipa-server:v1.0:workload,ipa-server
|
||||||
|
role:certbot:v1.2:common,certbot
|
||||||
|
|
||||||
|
# end of file
|
4
playbook_templates/ipa2.actcur.com
Normal file
4
playbook_templates/ipa2.actcur.com
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
role:core:v1.2:core
|
||||||
|
role:ipa-server:v1.0:workload,ipa-server
|
||||||
|
|
||||||
|
# end of file
|
|
@ -2,6 +2,6 @@ role:core:v1.2:core
|
||||||
role:mount:v1.1:core,mount
|
role:mount:v1.1:core,mount
|
||||||
role:deluge:v1.0:workload,deluge
|
role:deluge:v1.0:workload,deluge
|
||||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||||
role:certbot:v1.1:common,certbot
|
role:certbot:v1.2:common,certbot
|
||||||
|
|
||||||
# end of file
|
# end of file
|
|
@ -1,7 +1,7 @@
|
||||||
role:core:v1.2:core
|
role:core:v1.2:core
|
||||||
role:mount:v1.1:core,mount
|
role:mount:v1.1:core,mount
|
||||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||||
role:certbot:v1.1:common,certbot
|
role:certbot:v1.2:common,certbot
|
||||||
role:sonarr:v1.0:workload,sonarr
|
role:sonarr:v1.0:workload,sonarr
|
||||||
role:radarr:v1.0:workload,radarr
|
role:radarr:v1.0:workload,radarr
|
||||||
role:readarr:v1.0:workload,readarr
|
role:readarr:v1.0:workload,readarr
|
||||||
|
|
7
var_files/certbot/ipa.actcur.com
Normal file
7
var_files/certbot/ipa.actcur.com
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
# vars file for certbot on ipa.actcur.com
|
||||||
|
|
||||||
|
domains:
|
||||||
|
- domain: ipa.actcur.com
|
||||||
|
|
||||||
|
# end of file
|
7
var_files/certbot/ipa2.actcur.com
Normal file
7
var_files/certbot/ipa2.actcur.com
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
# vars file for certbot on ipa.actcur.com
|
||||||
|
|
||||||
|
domains:
|
||||||
|
- domain: ipa2.actcur.com
|
||||||
|
|
||||||
|
# end of file
|
Loading…
Add table
Reference in a new issue