Commit Graph

14 Commits

Author SHA1 Message Date
chris e72d9aac70 fix(users.yml): replace deprecated 'authorized_key' with 'ansible.posix.authorized_key' for improved compatibility 2026-07-29 17:46:31 +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 1c7ad75f47 Add virusfilter support to Samba homes and shares configuration 2026-06-01 02:54:54 +02:00
chris d7283cad63 update.. 2026-03-23 21:45:20 +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 d22a65ad9a update.. 2021-04-18 13:56:36 +02:00
chris 843912d125 update.. 2021-03-16 11:03:31 +01:00
chris e2a215b393 udate.. 2020-05-30 20:04:30 +02:00
chris 010e8d2f52 Some not firther specified changes.. 2020-03-30 12:10:58 +02:00
chris 27e060fc65 undocumented updates. 2019-11-28 18:29:16 +01:00
chris 73066ea79e users.yml: add task to ensure root's .ssh directory exists. 2019-07-06 16:21:46 +02:00
chris 505cdbf120 Reduce output from ansible playbooks. Some minor changes. 2019-07-03 04:14:14 +02:00
chris 21fcd86115 Initial commit 2019-06-28 02:28:50 +02:00