diff --git a/playbook_templates/ipa.actcur.com b/playbook_templates/ipa.actcur.com new file mode 100644 index 0000000..b5e8a88 --- /dev/null +++ b/playbook_templates/ipa.actcur.com @@ -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 diff --git a/playbook_templates/ipa2.actcur.com b/playbook_templates/ipa2.actcur.com new file mode 100644 index 0000000..bdfe9ab --- /dev/null +++ b/playbook_templates/ipa2.actcur.com @@ -0,0 +1,4 @@ +role:core:v1.2:core +role:ipa-server:testing:workload,ipa-server + +# end of file diff --git a/var_files/certbot/ipa.actcur.com b/var_files/certbot/ipa.actcur.com new file mode 100644 index 0000000..c727b51 --- /dev/null +++ b/var_files/certbot/ipa.actcur.com @@ -0,0 +1,7 @@ +--- +# vars file for certbot on ipa.actcur.com + +domains: + - domain: ipa.actcur.com + +# end of file \ No newline at end of file diff --git a/var_files/certbot/ipa2.actcur.com b/var_files/certbot/ipa2.actcur.com new file mode 100644 index 0000000..7585cd6 --- /dev/null +++ b/var_files/certbot/ipa2.actcur.com @@ -0,0 +1,7 @@ +--- +# vars file for certbot on ipa.actcur.com + +domains: + - domain: ipa2.actcur.com + +# end of file \ No newline at end of file