Server IP : 85.214.239.14 / Your IP : 18.117.254.202 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/ansible_collections/community/zabbix/roles/zabbix_web/defaults/ |
Upload File : |
--- # defaults file for zabbix-web # zabbix_web_version: 6.0 zabbix_web_version_minor: "*" zabbix_version: "{{ zabbix_web_version }}" zabbix_repo: zabbix zabbix_web_package_state: present zabbix_web_centos_release: true zabbix_web_rhel_release: true zabbix_selinux: false zabbix_web_doubleprecision: false zabbix_web_conf_mode: "0640" zabbix_web_connect_ha_backend: false zabbix_url: zabbix.example.com # Will be deprecated in 2.0.0 zabbix_api_server_url: "{{ zabbix_url }}" zabbix_websrv: apache zabbix_websrv_servername: "{{ zabbix_api_server_url | regex_findall('(?:https?\\://)?([\\w\\-\\.]+)') | first }}" zabbix_url_aliases: [] zabbix_web_htpasswd: false zabbix_web_htpasswd_file: /etc/zabbix/web/htpasswd zabbix_timezone: Europe/Amsterdam zabbix_vhost: true zabbix_php_install: true zabbix_php_frontend_deprecated: false zabbix_php_fpm: false zabbix_php_fpm_dir_etc: /etc/opt/rh/rh-php72/ zabbix_php_fpm_dir_var: /var/opt/rh/rh-php72/ zabbix_php_fpm_conf_listen: true zabbix_php_fpm_conf_enable_user: true zabbix_php_fpm_conf_enable_group: true zabbix_php_fpm_conf_mode: "0664" zabbix_php_fpm_conf_enable_mode: true zabbix_php_install_state: present zabbix_apache_vhost_port: 80 zabbix_apache_vhost_tls_port: 443 zabbix_apache_vhost_listen_ip: "*" zabbix_apache_tls: false zabbix_apache_redirect: false zabbix_apache_tls_crt: /etc/pki/server.crt zabbix_apache_tls_key: /etc/pki/server.key zabbix_apache_tls_chain: zabbix_apache_can_connect_ldap: false zabbix_apache_include_custom_fragment: true zabbix_apache_SSLPassPhraseDialog: exec:/usr/libexec/httpd-ssl-pass-dialog zabbix_apache_SSLSessionCache: shmcb:/run/httpd/sslcache(512000) zabbix_apache_SSLSessionCacheTimeout: 300 zabbix_apache_SSLCryptoDevice: builtin zabbix_apache_custom_includes: [] zabbix_nginx_vhost_port: 80 zabbix_nginx_vhost_tls_port: 443 zabbix_nginx_tls: false zabbix_nginx_redirect: false zabbix_nginx_tls_session_timeout: 1d zabbix_nginx_tls_session_cache: shared:MySSL:10m zabbix_nginx_tls_session_tickets: !!str off zabbix_nginx_tls_protocols: TLSv1.2 zabbix_nginx_tls_ciphers: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384 zabbix_letsencrypt: false zabbix_letsencrypt_webroot_path: /var/www/letsencrypt zabbix_letsencrypt_webroot_mode: 0755 zabbix_repo_yum_gpgcheck: 0 zabbix_repo_yum_schema: https zabbix_repo_yum_disabled: "*" zabbix_repo_yum_enabled: [] zabbix_repo_yum: - name: zabbix description: Zabbix Official Repository - $basearch baseurl: "{{ zabbix_repo_yum_schema }}://repo.zabbix.com/zabbix/{{ zabbix_version | regex_search('^[0-9]+.[0-9]+') }}/rhel/{{ ansible_distribution_major_version }}/$basearch/" gpgcheck: "{{ zabbix_repo_yum_gpgcheck }}" mode: "0644" gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX state: present - name: zabbix-non-supported description: Zabbix Official Repository non-supported - $basearch baseurl: "{{ zabbix_repo_yum_schema }}://repo.zabbix.com/non-supported/rhel/{{ ansible_distribution_major_version }}/$basearch/" mode: "0644" gpgcheck: "{{ zabbix_repo_yum_gpgcheck }}" gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX state: present zabbix_5_repo_yum: - name: zabbix-frontend description: Zabbix Official Repository - $basearch baseurl: "{{ zabbix_repo_yum_schema }}://repo.zabbix.com/zabbix/{{ zabbix_version | regex_search('^[0-9]+.[0-9]+') }}/rhel/{{ ansible_distribution_major_version }}/$basearch/frontend/" mode: "0644" gpgcheck: "{{ zabbix_repo_yum_gpgcheck }}" gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX state: present zabbix_web_max_execution_time: 300 zabbix_web_memory_limit: 128M zabbix_web_post_max_size: 16M zabbix_web_upload_max_filesize: 2M zabbix_web_max_input_time: 300 zabbix_web_max_input_vars: 10000 # Database zabbix_server_database: pgsql zabbix_server_database_long: postgresql zabbix_server_name: "{{ inventory_hostname }}" zabbix_server_hostname: "{{ inventory_hostname }}" zabbix_server_listenport: 10051 zabbix_server_dbhost: localhost zabbix_server_dbname: zabbix-server zabbix_server_dbuser: zabbix-server zabbix_server_dbpassword: zabbix-server zabbix_server_dbport: 5432 zabbix_server_dbencryption: false zabbix_server_dbverifyhost: false zabbix_server_dbschema: # Elasticsearch # zabbix_server_history_url: # - "'uint' => 'http://localhost:9200'" # - "'text' => 'http://localhost:9200'" # - "'log' => 'http://localhost:9200'" # - "'dbl' => 'http://localhost:9200'" # - "'str' => 'http://localhost:9200'" zabbix_server_history_types: - "str" - "text" - "log" - "uint" - "dbl" selinux_allow_zabbix_can_network: false _zabbix_web_apache_php_addition: false # SAML certificates # zabbix_saml_idp_crt: # zabbix_saml_sp_crt: # zabbix_saml_sp_key: # When the `geerlingguys apache role` is not provided, we have some defaults. apache_ssl_cipher_suite: ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384 apache_ssl_protocol: all -SSLv3 -TLSv1 -TLSv1.1 apache_vhosts_version: "2.4"