https://github.com/cesnet/ansible-role-apache-tls
Ansible Galaxy role cesnet.apache_tls
https://github.com/cesnet/ansible-role-apache-tls
Last synced: 7 months ago
JSON representation
Ansible Galaxy role cesnet.apache_tls
- Host: GitHub
- URL: https://github.com/cesnet/ansible-role-apache-tls
- Owner: CESNET
- License: apache-2.0
- Created: 2019-09-03T14:20:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T12:39:11.000Z (8 months ago)
- Last Synced: 2025-06-18T13:39:30.022Z (8 months ago)
- Size: 20.5 KB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
apache_tls
======================
Ansible Galaxy role [cesnet.apache_tls](https://galaxy.ansible.com/cesnet/apache_tls) that installs Apache HTTPD
and configures TLS (Transport Layer Security) correctly to pass the [SSLLabs Server Test](https://www.ssllabs.com/ssltest/index.html)
with A+ rating.
It does not set up any web sites.
Requirements
------------
-
Role Variables
--------------
- apache_tls_ocsp_stapling - whether to enable OCSP stapling, default is false
Example Playbook
----------------
```yaml
- hosts: all
roles:
- role: cesnet.apache_tls
vars:
apache_tls_ocsp_stapling: true
```