Compare commits

..

7 commits

Author SHA1 Message Date
8dcd3bf934
nginx(role): use better naming, wording and file structure 2025-02-18 03:59:16 +01:00
8a390f6d6b
nginx(role): remove unneces. "hosts" and "entry points" sec. from README 2025-02-18 03:59:16 +01:00
177ad7d3be
nginx(role): add "logging" to the reserved configuration names 2025-02-18 03:59:16 +01:00
f59c5996bb
nginx(role): document Debian 12 support 2025-02-18 03:59:16 +01:00
ceb5598f6c
nginx(role): document arguments in README for better discoverability
Document the role arguments in the README instead of in the
argument_specs for better discoverability and readability.
2025-02-18 03:59:16 +01:00
bbf8e56b4b
nginx(role): simplify ensuring that gnupg is installed
Also improve naming.
2025-02-18 03:59:16 +01:00
9ee5c6542b
nginx(role): simplify installation by removing version spec
We always just want the latest anyway and therefore don't use it, so no
need to keep the complexity introduced by that setting.
Also merge repo_setup and nginx_install task lists into one
nginx_install task list as keeping two files isn't necessary.
Finally improving naming a bit.
2025-02-18 03:59:08 +01:00

View file

@ -42,6 +42,5 @@
ansible.builtin.apt:
name: nginx
state: present
allow_change_held_packages: true
update_cache: true
become: true