ipa-server2 (#6)
Added configurations for ipa.actcur.com and ipa2.actcur.com Reviewed-on: #6 Co-authored-by: Beth <ejparker@actcur.com> Co-committed-by: Beth <ejparker@actcur.com>
This commit is contained in:
parent
dd590c95fa
commit
6126568279
4 changed files with 23 additions and 0 deletions
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:testing:workload,ipa-server
|
||||
role:certbot:v1.1: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:testing:workload,ipa-server
|
||||
|
||||
# end of file
|
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