Skip to content

Commit 7b7dc34

Browse files
committed
Add playbook to generate custom certificates and run the installer
1 parent dd77abd commit 7b7dc34

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
- hosts: all
3+
become: true
4+
roles:
5+
- custom_certificates
6+
- role: foreman_installer
7+
vars:
8+
foreman_installer_options_internal_use_only:
9+
- "--certs-server-cert {{ custom_certificates_ca_directory_certs }}/{{ custom_certificates_server }}.crt"
10+
- "--certs-server-key {{ custom_certificates_ca_directory_keys }}/{{ custom_certificates_server }}.key"
11+
- "--certs-server-ca-cert {{ custom_certificates_ca_directory_certs }}/custom_ca.crt"
12+
- "--certs-update-server"
13+
- "--certs-update-server-ca"

0 commit comments

Comments
 (0)