Commit graph

8 commits

Author SHA1 Message Date
bec6fc20b7 🚨 roles: apache: Fix fqcn linter warnings
fqcn[action-core]: Use FQCN for builtin module actions (service).
    roles/apache/handlers/main.yml:3 Use `ansible.builtin.service` or `ansible.legacy.service` instead.

    fqcn[action-core]: Use FQCN for builtin module actions (apt).
    roles/apache/tasks/main.yml:2 Use `ansible.builtin.apt` or `ansible.legacy.apt` instead.

    fqcn[action]: Use FQCN for module actions, such `community.general.apache2_module`.
    roles/apache/tasks/main.yml:8 Action `apache2_module` is not FQCN.
2025-03-09 19:00:21 +01:00
8b2ab7753d 🚨 Fix linter warnings of type 'name[casing]'
ansible-lint reads like this:

    name[casing]: All names should start with an uppercase letter.

While at it: Some task/handler names were slightly adapted to better
match what should be done.
2025-03-01 21:21:22 +01:00
04c68cd410 🐢 Show some appreciation
See http://www.gnuterrypratchett.com/
2022-11-22 18:49:39 +01:00
21b6fe0335 Enable proxy modules in Apache2 2022-07-04 23:26:49 +02:00
87fe645d8a Add mod headers to apache 2022-07-04 16:17:57 +02:00
ba9f9d0019 Fix linter warnings in apache role 2020-12-12 23:09:54 +01:00
d45e33b93d Make sure apache SSL module is installed 2020-12-12 16:09:52 +01:00
f9e216355c Make Apache install a role 2020-12-09 19:31:03 +01:00
Renamed from tasks/httpd.yml (Browse further)