Commit Graph

33 Commits

Author SHA1 Message Date
1d0f26617a Optimized docker_git_repository_ variables 2025-12-03 14:23:53 +01:00
716ebef33b Refactor task includes and update variable handling for Ansible 2.20 migration
This commit updates multiple roles to ensure compatibility with Ansible 2.20.
Several include paths and task-loading mechanisms required adjustments,
as Ansible 2.20 applies stricter evaluation rules for complex Jinja expressions
and no longer resolves certain relative include paths the way Ansible 2.18 did.

Key changes:
- Replaced legacy once_finalize.yml and once_flag.yml with the new structure
  under tasks/utils/once/finalize.yml and tasks/utils/once/flag.yml.
- Updated all include_tasks statements to use 'path_join' with playbook_dir,
  ensuring deterministic and absolute file resolution across roles.
- Fixed all network helper includes by converting direct relative paths such as
  'roles/docker-compose/tasks/utils/network.yml' to proper Jinja-evaluated paths.
- Normalized MATOMO_* variable names for consistency with the updated variable
  scope behavior in Ansible 2.20.
- Removed deprecated patterns that were implicitly supported in Ansible 2.18
  but break under the more strict variable and path resolution model in 2.20.

These changes are part of the full migration step required to ensure the
infinito-nexus roles remain stable, deterministic, and forward-compatible with
Ansible 2.20.

Details of the discussion and reasoning can be found in this conversation:
https://chatgpt.com/share/69300a8d-24d4-800f-bec0-e895a695618a
2025-12-03 11:02:34 +01:00
aca2da885d Solved multiple MIG bugs 2025-11-26 01:16:22 +01:00
6cf6c74802 Inverted docker_compose_skipp_file_creation to don't use double negation 2025-09-22 13:40:28 +02:00
022800425d THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs 2025-08-15 15:15:48 +02:00
db0e030900 Renamed general and mode constants and implemented a check to verify that constants are just defined ones over the whole repository 2025-08-13 19:11:14 +02:00
53770f5308 Optimized flush order to solve yourls oauth2 proxy bug 2025-08-13 01:03:31 +02:00
1a42e8bd14 Replaced depenencies by includes for performance reasons 2025-08-12 03:08:33 +02:00
1595a7c4a6 Optimized tests für run once 2025-08-12 02:38:37 +02:00
3431796283 Wrapped docker compose file routines tasks in block for docker compose 2025-08-11 10:20:06 +02:00
aae69ea15b Ensure that keycloak is up 2025-08-08 17:25:31 +02:00
5343536d27 Optimized snipe-it und bbb 2025-07-21 01:40:42 +02:00
ed866bf177 Finished bbb implementation 2025-07-20 20:07:43 +02:00
e1d36045da Solved open run_once issues 2025-07-20 14:23:08 +02:00
6a1a83432f Different optimations and mig integration. test will fail due to strickter validation checks. need to be cleaned up tomorrow 2025-07-18 20:08:20 +02:00
f3439861bb minor improvements 2025-07-09 20:28:58 +02:00
7a38241485 Made code more modular and refactored to cmp roles 2025-07-09 20:15:32 +02:00
af3767fdfa General optimations 2025-07-09 10:17:32 +02:00
0347d238c2 Great docker refactoring 2025-07-06 18:53:45 +02:00
bd9e43506f Refactored file creation 2025-07-06 15:20:43 +02:00
b5b4550cfb Redesigned oidc attributs 2025-04-17 14:50:04 +02:00
7d5d69c380 Solved database backup buck 2025-04-16 13:27:27 +02:00
82e69fc7a6 Removed set_fact domain 2025-02-21 05:49:26 +01:00
40a30cc927 Removed set_fact https_port 2025-02-21 05:46:42 +01:00
bd1395926b Solved Matomo domain bug and refactored 2025-02-19 02:00:41 +01:00
eaca564c6f Added LDAP Draft for Funkwhale 2025-02-12 12:41:13 +01:00
5503326ea6 Implemented helper role docker-central-database and refactored code 2025-02-04 18:14:37 +01:00
207030cb48 Solved matrix port bug 2025-02-03 23:07:42 +01:00
11752f5e2e Nginx variable refactoring and general bug solving. Got interupted commit not tested 2025-01-31 13:14:07 +01:00
4c0aba2eea HUGE REFACTORING; Implementing ldap networks, new port mappings, heal script optimizing etc. 2025-01-30 15:04:23 +01:00
077e38e6a4 Set variable global 2025-01-29 14:42:13 +01:00
7ff03ef46b Solved minor bugs which appeared during refactoring 2025-01-29 14:34:46 +01:00
aca3399e9d Big code and variable refactoring 2025-01-29 14:20:34 +01:00