ansible-role-tripleo-haprox.../README.md

31 lines
611 B
Markdown
Raw Permalink Normal View History

2022-08-04 15:55:27 +02:00
Role Name
=========
2022-08-04 19:03:23 +02:00
A role that installs a Letsencrypt certificate and configures HAPROXY in the controller nodes to use it.
2022-08-04 15:55:27 +02:00
Role Variables
--------------
2022-08-04 19:03:23 +02:00
The most important variables are listed below:
``` yaml
tripleo_haproxy_cert_path: /etc/pki/tls/private/overcloud_endpoint.pem
tripleo_letsencrypt_dns_provider: true
tripleo_letsencrypt_cert_install_dir: '{{ tripleo_overcloud_hostname }}/{{ tripleo_overcloud_domain_name }}'
```
2022-08-04 15:55:27 +02:00
Dependencies
------------
2022-08-04 19:03:23 +02:00
letsencrypt-acme-sh-client
2022-08-04 15:55:27 +02:00
License
-------
EUPL-1.2
Author Information
------------------
2022-08-04 19:03:23 +02:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>