Andrea Dell'Amico adellam
  • Joined on 2019-04-01
adellam pushed to master at ISTI-ansible-roles/ansible-role-mysql 2025-02-06 19:42:44 +01:00
058c5f6dbb Change the order of the items in mysql_user.
adellam pushed to master at ISTI-ansible-roles/ansible-role-mysql 2025-02-06 19:40:23 +01:00
90b6c81845 Fix the ini_file task.
adellam pushed to master at ISTI-ansible-roles/ansible-role-mysql 2025-02-06 19:34:15 +01:00
2ece6ac6fc Configure the mariadb server using 'ini_file'.
adellam pushed to master at ISTI-ansible-roles/ansible-role-mysql 2025-02-06 19:09:01 +01:00
bdffb8877c Some code cleanup.
adellam pushed to master at ISTI-ansible-roles/ansible-role-mysql 2025-02-06 18:00:00 +01:00
eafc251109 The conf directory is different between mysql and mariadb.
adellam pushed to master at ISTI-ansible-roles/ansible-role-mysql 2025-02-06 17:47:22 +01:00
4d8aa26ccd Fix a typo.
adellam pushed to master at ISTI-ansible-roles/ansible-role-mysql 2025-02-06 14:16:38 +01:00
c88e5ce7be Install mariadb by default.
adellam pushed to master at ISTI-ansible-roles/ansible-role-docker 2025-01-30 14:20:05 +01:00
5f0181abf9 Do not install python3-compose anymore.
adellam pushed to master at ISTI-ansible-roles/ansible-role-keycloak 2025-01-28 18:09:40 +01:00
f7e0391254 Merge pull request 'Added support of remote providers loaded from URL. The variable to use is `keycloak_remote_providers_url`' (!3) from mauro.mugnaini/ansible-role-keycloak:master into master
50dc491787 Fixed missing `:`
ed3913edee Added support of remote providers loaded from URL. The variable to use is `keycloak_remote_providers_url`
Compare 3 commits »
adellam merged pull request ISTI-ansible-roles/ansible-role-keycloak#3 2025-01-28 18:09:39 +01:00
Added support of remote providers loaded from URL. The variable to use is `keycloak_remote_providers_url`
adellam pushed to master at ISTI-ansible-roles/ansible-role-nginx 2025-01-17 20:05:40 +01:00
978229b0b2 More comprehensive list of rogue bots.
adellam pushed to master at ISTI-ansible-roles/ansible-role-docker 2024-12-20 16:56:54 +01:00
fea9ba14e7 Install python3-compose.
adellam pushed to master at ISTI-ansible-roles/ansible-role-docker 2024-12-20 15:17:35 +01:00
6c64a4caec Install the python packages as deb in ubuntu >= 22.04.
adellam merged pull request ISTI-ansible-roles/ansible-role-nginx#3 2024-12-18 12:27:06 +01:00
Added 'always' directive as default to the 'Access-Control-Allow-Origin', see #28488#note-24
adellam pushed to master at ISTI-ansible-roles/ansible-role-nginx 2024-12-18 12:27:06 +01:00
4b04781a9d Merge pull request 'Added 'always' directive as default to the 'Access-Control-Allow-Origin', see #28488#note-24' (!3) from new_cors_configs into master
7e4bb532be Added 'always' directive as default to the 'Access-Control-Allow-Origin', see #28488#note-24
Compare 2 commits »
adellam pushed to master at ISTI-ansible-roles/ansible-role-nginx 2024-12-17 16:42:23 +01:00
d70ea67b27 Merge pull request 'setting nginx_cors_limit_origin: true' (!2) from new_cors_configs into master
4e2cbca42a setting nginx_cors_limit_origin: true
Compare 2 commits »
adellam merged pull request ISTI-ansible-roles/ansible-role-nginx#2 2024-12-17 16:42:22 +01:00
setting nginx_cors_limit_origin: true
adellam pushed to master at ISTI-ansible-roles/ansible-role-nginx 2024-12-17 15:52:28 +01:00
fb9c371665 Merge pull request 'Added `always` property to send headers even on response with http errors (e.g. 4xx or 5xx)' (!1) from new_cors_configs into master
57cfa7ea06 Added `always` property to sent headers also on http errors returned (e.g. 4xx or 5xx). See #28488#note-21
Compare 2 commits »
adellam merged pull request ISTI-ansible-roles/ansible-role-nginx#1 2024-12-17 15:52:27 +01:00
Added `always` property to send headers even on response with http errors (e.g. 4xx or 5xx)
adellam pushed to master at ISTI-ansible-roles/ansible-role-nginx 2024-12-16 15:42:07 +01:00
c47961f9dc Disable Access-Control-Allow-Credentials when nginx_cors_limit_origin.