guilieb.httpd
ansible-role-httpd
: instalar servidor HTTPd
Este rol de Ansible tiene como objetivo instalar el servidor Apache HTTPd HTTP en RHEL/CentOS.
Variables del rol
mod_headers
httpd_headers_xss_protection: "1; mode=block"
: establece el encabezadoX-XSS-Protection
.httpd_headers_x_content_type_options: "nosniff"
: establece el encabezadoX-Content-Type-Options
.httpd_headers_referer_policy: "strict-origin"
: establece el encabezadoReferrer-Policy
.httpd_headers_csp: ""
: establece el encabezadoContent-Security-Policy
. Esto está no definido por defecto.httpd_headers_xframe_options: "SAMEORIGIN"
: establece el encabezadoX-Frame-Options
.httpd_headers_feature_policy: ""
: establece el encabezadoFeature-Policy
. Esto está no definido por defecto.httpd_headers_hsts: "max-age=15552001; includeSubDomains;"
: establece el encabezado HTTP Strict Transport Security.
mod_ssl
httpd_ssl_cipher_order: "on"
: establece la opciónSSLHonorCipherOrder
.httpd_ssl_protocol
: establece la opciónSSLProtocol
.httpd_ssl_cipher_suite
: establece la opciónSSLCipherSuite
.httpd_ssl_compression: "off"
: establece la opciónSSLCompression
.httpd_ssl_session_tickets: "off"
: establece la opciónSSLSessionTickets
.
Por favor, consulta el documento de HTTPd sobre cifrado TLS y echa un vistazo al Generador de Configuración SSL de Mozilla.
mod_security
httpd_security_server_tokens: "Prod"
: establece la opciónServerTokens
.httpd_security_signature: "Off"
: establece la opciónServerSignature
.httpd_security_secserver_signature: ""
: establece elSecServerSignature
dentro delsecurity2_module
.
Instalar
ansible-galaxy install guilieb.httpd
Licencia
gpl-3.0
Descargas
101
Propietario
Software Engineer & Data Scientist @ MAIF