Skip to content

CESNET/ansible-role-apache-tls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apache_tls

Ansible Galaxy role cesnet.apache_tls that installs Apache HTTPD and configures TLS (Transport Layer Security) correctly to pass the SSLLabs Server Test 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

- hosts: all
  roles:
    - role: cesnet.apache_tls
      vars:
        apache_tls_ocsp_stapling: true

About

Ansible Galaxy role cesnet.apache_tls

Resources

License

Stars

Watchers

Forks

Packages

No packages published