diff --git a/group_vars/all/all.yml b/group_vars/all/all.yml index 75aedc7..4ca6a59 100644 --- a/group_vars/all/all.yml +++ b/group_vars/all/all.yml @@ -21,6 +21,13 @@ letsencrypt_acme_sh_use_ecc: False http_port: 80 https_port: 443 +# Bug with the PHP repository. The php8.3-cli package is always installed and breaks the mysql setup +additional_packages: + - php8.3-mysql + +# Some name aliases are too long for the default +nginx_server_names_hash_bucket_size: 128 + resolv_conf_ip: - '146.48.80.4' - '146.48.80.3'