guilieb.httpd
ansible-role-httpd
: instalacja serwera HTTPd
Ta rola Ansible ma na celu zainstalowanie serwera Apache HTTPd HTTP na systemach RHEL/CentOS.
Zmienne roli
mod_headers
httpd_headers_xss_protection: "1; mode=block"
: ustawia nagłówekX-XSS-Protection
.httpd_headers_x_content_type_options: "nosniff"
: ustawia nagłówekX-Content-Type-Options
.httpd_headers_referer_policy: "strict-origin"
: ustawia nagłówekReferrer-Policy
.httpd_headers_csp: ""
: ustawia nagłówekContent-Security-Policy
. Jest to niezdefiniowane domyślnie.httpd_headers_xframe_options: "SAMEORIGIN"
: ustawia nagłówekX-Frame-Options
.httpd_headers_feature_policy: ""
: ustawia nagłówekFeature-Policy
. Jest to niezdefiniowane domyślnie.httpd_headers_hsts: "max-age=15552001; includeSubDomains;"
: ustawia nagłówek HTTP Strict Transport Security.
mod_ssl
httpd_ssl_cipher_order: "on"
: ustawia opcjęSSLHonorCipherOrder
.httpd_ssl_protocol
: ustawia opcjęSSLProtocol
.httpd_ssl_cipher_suite
: ustawia opcjęSSLCipherSuite
.httpd_ssl_compression: "off"
: ustawia opcjęSSLCompression
.httpd_ssl_session_tickets: "off"
: ustawia opcjęSSLSessionTickets
.
Proszę zapoznać się z dokumentem HTTPd dotyczącym szyfrowania TLS oraz z Generatorem konfiguracji SSL Mozilli.
mod_security
httpd_security_server_tokens: "Prod"
: ustawia opcjęServerTokens
.httpd_security_signature: "Off"
: ustawia opcjęServerSignature
.httpd_security_secserver_signature: ""
: ustawiaSecServerSignature
w modulesecurity2_module
.
Zainstaluj
ansible-galaxy install guilieb.httpd
Licencja
gpl-3.0
Pobrania
101
Właściciel
Software Engineer & Data Scientist @ MAIF