Commit Graph

9 Commits

Author SHA1 Message Date
gemini
8f88801af6 refactor(wireguard_server): Load vault inside role using include_vars 2026-02-27 11:13:05 +01:00
gemini
a774d3de29 fix(wireguard_server): Correct template variable access and looping 2026-02-27 10:55:21 +01:00
warezjoe
5c216a00ba Vars revision for wireguard server 2026-02-27 10:48:56 +01:00
gemini
7755d8d686 fix(wireguard_server): Correctly access nested Jinja2 variables 2026-02-27 10:35:06 +01:00
gemini
1abd01c097 fix(wireguard_server): Correct Jinja2 variable syntax 2026-02-27 10:33:39 +01:00
warezjoe
7852d99940 Swap version of wstunnel (previos not exist). Creating wireguard-server variables 2026-02-27 10:30:56 +01:00
gemini
3bb33db037 feat(wireguard_server): Add wstunnel server setup 2026-02-27 10:02:17 +01:00
warezjoe
0442e0dda9 Gemini deploy 2026-02-21 22:42:15 +01:00
warezjoe
5bbc551106 Refactor: Organize Ansible project structure
- Reorganized Ansible project structure to follow best practices.
- Created dedicated directories: , , , , and .
- Categorized playbooks into  (host-specific) and  (service-specific).
- Moved all roles into the  directory and standardized their naming conventions.
- Relocated  to  for better variable management.
- Renamed  to  to reflect its global variable scope.
- Created  to correctly set the  to the new  directory.
- Moved  and  into the  directory.
- Added  to  providing explanations for common commands.
- Cleaned up  directories from all individual roles to centralize version control.
2026-01-26 11:54:00 +01:00