Commit Graph

15 Commits (master)

Author SHA1 Message Date
Aidaho 44ddae6dd1 v8.2.0.4: add the possibility to downgrade HAProxy 2025-05-27 11:25:30 +03:00
Aidaho 420694793d v8.2.0.4: bug fix. add new HAProxy versions 2025-05-24 09:14:19 +03:00
Aidaho ed0c1fddee v8.1.5: Refactor HAProxy task organization for better structure
Moved HAProxy state file and stats directory creation tasks from `configure.yml` to `installation.yml` for improved logical grouping. This change ensures installation-related tasks are consolidated, enhancing maintainability and clarity.
2025-01-16 18:00:10 +03:00
Aidaho 9e791c7111 v8.1.3: Move HAProxy service file task to installation.yml
Relocated the task for modifying the HAProxy service file from configure.yml to installation.yml to ensure proper execution during the installation phase. This change enhances task organization and aligns with Ansible role structures.
2024-12-11 05:38:42 +03:00
Aidaho a1ed81b0a2 v8.0: Comment out duplicate HAProxy installation task
Disabled a redundant HAProxy installation section in the Ansible playbook by commenting it out. Also removed the unnecessary `distro` library import and standardized the Python interpreter path in the service installation module for cleanup and consistency.
2024-08-13 00:21:42 +03:00
Aidaho cac743fea6 v8.0: Refactor installation process feedback and retries
Commented out the JSON parsing function and added success notifications for service installations, consolidated "nice_service_name" object to variables.js, and reduced retry attempts and delay intervals in the Ansible Playbook for HAProxy installation tasks.
2024-08-02 21:21:18 +03:00
Aidaho 8030a69a05 v7.2.0.0
Additionally, import paths were corrected in the Python file 'app/routes/install/routes.py'. Error handling was improved in the 'install_service' function to return details of any encountered exceptions.
2024-02-16 20:47:02 +03:00
Aidaho cb03546ca2 v7.2.0.0
Small Ansible fixes
2024-02-16 16:49:13 +03:00
Aidaho 940ca0b96d v6.3.19.0
Changelog: https://roxy-wi.org/changelog#6_3_19
2023-09-03 11:40:42 +03:00
Aidaho af228c236e v6.3.17.0
Changelog: https://roxy-wi.org/changelog#6_3_17
2023-08-03 09:56:25 +03:00
Pavel Loginov 2dc45ea547 v6.3.1.0
Changelog: https://roxy-wi.org/changelog#6_3_1
2022-12-06 21:29:14 +03:00
Pavel Loginov 5a40d50368 v6.3.1.0
Changelog: https://roxy-wi.org/changelog#6_3_1
2022-12-04 21:43:25 +03:00
Pavel Loginov 7c39d4d394 v5.3.6.0
Changelog: https://haproxy-wi.org/changelog.py#5_3_6
2022-01-04 20:12:21 +03:00
Pavel Loginov cbdf25f711 v5.3.6.0
Changelog: https://haproxy-wi.org/changelog.py#5_3_6
2022-01-04 00:11:22 +03:00
Pavel Loginov cb2ae2d21d v5.3.0.0
Changelog: https://haproxy-wi.org/changelog.py#5_3
2021-10-04 00:46:19 +06:00