Commit Graph

113 Commits

Author SHA1 Message Date
chris f39babaf5d feat(common): add host-tree file/template overrides and skip global items when host overrides exist 2026-07-27 21:55:27 +02:00
chris b40d3249fb Refactor variable names in samba-config-server.yml for consistency and clarity 2026-07-21 01:28:32 +02:00
chris 720fb84fb4 Refactor variable name for clarity and update condition in nfs.yml 2026-07-21 00:55:07 +02:00
chris 70eeebe4c4 roles/common/tasks/mysql.yml: remove trailing spaces. 2026-07-21 00:53:27 +02:00
chris baba4c4b7d Refactor variable names in motd.yml for consistency and clarity 2026-07-21 00:48:33 +02:00
chris ab4ef8f831 Refactor variable names in git.yml for consistency and clarity 2026-07-21 00:42:05 +02:00
chris 618eaa0bf7 Refactor variable names in cron.yml for consistency and clarity 2026-07-21 00:25:21 +02:00
chris 924e6bbf03 Refactor variable names in copy_files.yml for consistency and clarity 2026-07-21 00:24:25 +02:00
chris 03951153c1 Refactor caching-nameserver.yml for consistency and clarity in variable naming 2026-07-21 00:22:39 +02:00
chris ee5819c82c Remove update_cache parameter from util-linux-extra installation task in basic.yml 2026-07-20 23:52:43 +02:00
chris 062d1a6fc7 Refactor variable names in apt.yml for consistency and clarity 2026-07-20 23:48:19 +02:00
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 bc330beebf Refactor Ansible tasks in basic.yml to use module prefixes and improve variable naming consistency 2026-07-20 22:57:13 +02:00
chris ba1d600cd8 Refactor ansible tasks in apt-gateway.yml to include module prefixes and improve variable naming consistency 2026-07-20 22:49:38 +02:00
chris 88928adddb Remove debug task for displaying cron variables in cron.yml 2026-07-17 18:37:24 +02:00
chris ed8887e5be Add debug task to display cron variables and improve formatting in cron.yml 2026-07-17 18:24:56 +02:00
chris 4f7da3ae5d Add check for legacy /etc/apt/sources.list existence before backup in apt.yml 2026-07-17 18:24:14 +02:00
chris d68e39127a Add deb822 source templates for Debian backports and security repositories 2026-07-13 21:24:24 +02:00
chris 1c7ad75f47 Add virusfilter support to Samba homes and shares configuration 2026-06-01 02:54:54 +02:00
chris 78d9822d2f Add notifications to reload AppArmor profile and restart clamav-daemon 2026-06-01 01:53:16 +02:00
chris 6e086dbac0 Add virusfilter support for Samba homes and update AppArmor configuration 2026-05-29 18:43:06 +02:00
chris 56a2c8464f Add virusfilter support to Samba shares and configure ClamAV database checks 2026-05-26 14:18:36 +02:00
chris 5b3b68b134 Add ClamAV virusfilter support to Samba configuration and tasks 2026-05-26 13:39:43 +02:00
chris c6a760e26e Update conditions for checking user configuration files in webadmin-user.yml 2026-05-01 02:29:27 +02:00
chris 8064f4a2fe Add extrepo tasks for managing external repositories in Debian 2026-03-30 10:37:45 +02:00
chris c94baae7ff Clean up whitespace and formatting in main.yml for improved readability 2026-03-27 15:12:08 +01:00
chris b201a21105 Refactor apache2.yml for consistency and clarity in task definitions 2026-03-27 14:56:14 +01:00
chris 71f429d8aa Fix check for host-specific git vars file before including 2026-03-27 11:59:40 +01:00
chris d7283cad63 update.. 2026-03-23 21:45:20 +01: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 72d4fae731 update.. 2026-03-01 15:23:24 +01:00
chris 7238579d9c update.. 2026-02-14 14:29:00 +01:00
chris 8fe4047694 update.. 2026-02-04 23:25:58 +01:00
chris a41467f6d4 replace more deprecated code. 2026-02-01 14:49:41 +01:00
chris 4e06ed01aa get rid of deprecated code. 2026-02-01 12:30:58 +01:00
chris b9144ea2b6 update.. 2025-12-15 22:01:57 +01:00
chris a18c127a31 add host gw-gh-gw; task chaching-nameservice must run befor task systemd-resolved. 2025-11-30 15:18:11 +01:00
chris 24aeb45e92 update.. 2025-11-25 00:23:27 +01:00
chris 4c406279e9 git.yml: 'bool' in when clause is deprecated. 2025-11-09 16:54:40 +01:00
chris 42fc2cdf58 update.. 2025-10-27 23:16:48 +01:00
chris c9f41f1232 update.. 2025-10-27 18:11:43 +01:00
chris c82630ccf2 update.. 2025-10-27 17:27:13 +01:00
chris 3d3f950dad Remove 'warn' - its no longer supported. 2025-10-16 19:29:14 +02:00
chris 6b0ae55eb0 Update.. 2025-09-25 01:33:05 +02:00
chris 70c0c3bb7c update.. 2025-02-14 11:36:24 +01:00
chris 5fe32c6473 update.. 2025-01-21 16:53:58 +01:00
chris c9cee6deae update.. 2024-12-19 22:44:32 +01:00
chris f61e2ff73c update... 2024-12-13 10:44:19 +01:00
chris 4a2b244eeb update.. 2024-11-17 01:30:15 +01:00
chris 134eb18465 update.. 2024-09-29 16:04:27 +02:00