Commit Graph

11 Commits

Author SHA1 Message Date
chris 81398e847e Refactor Ansible tasks to use fully qualified module names and improve code consistency
- Updated all tasks to use fully qualified module names (e.g., ansible.builtin.shell, ansible.builtin.copy) for clarity and to avoid ambiguity.
- Replaced deprecated 'yum' module with 'dnf' for package management on RedHat-based systems.
- Improved formatting and consistency in task definitions, including the use of double quotes for strings and consistent indentation.
- Removed unnecessary comments and whitespace to enhance readability.
- Ensured that conditions and loops are consistently formatted across all tasks.
2026-07-20 23:09:30 +02:00
chris 055290e555 Update: Replace deprecated ansible_os_family with ansible_facts.os_family
- x2go-server.yml: Updated condition to use ansible_facts.os_family
- upgrade.yml: Updated all conditions and commented lines
- caching-nameserver.yml: Updated RedHat OS family checks

Fixes deprecation warning in Ansible 2.12+
2026-03-10 11:09:25 +01:00
chris 7238579d9c update.. 2026-02-14 14:29:00 +01:00
chris 3d3f950dad Remove 'warn' - its no longer supported. 2025-10-16 19:29:14 +02:00
chris 0c058e1a87 update.. 2023-10-28 19:57:20 +02:00
chris 12c86849c2 update.. 2023-04-06 11:53:54 +02:00
chris e4bd49dd92 update.. 2022-02-14 01:22:14 +01:00
chris 3ed4a6bf0c update.. 2022-02-12 02:07:43 +01:00
chris f662fe0f30 update.. 2021-10-30 02:35:49 +02:00
chris dec1adbc54 Remove 'Reload bind9' - it was prviosly removed to handlers. 2019-07-06 16:16:30 +02:00
chris 21fcd86115 Initial commit 2019-06-28 02:28:50 +02:00