Compare commits

..

7 commits

Author SHA1 Message Date
862062b72a
nginx(role): use better naming, wording and file structure
Some checks failed
/ Ansible Lint (push) Has been cancelled
/ Ansible Lint (pull_request) Failing after 2m6s
2025-02-18 03:58:03 +01:00
d0c570e0bc
nginx(role): remove unneces. "hosts" and "entry points" sec. from README
All checks were successful
/ Ansible Lint (push) Successful in 1m38s
/ Ansible Lint (pull_request) Successful in 1m38s
2025-02-18 03:40:00 +01:00
c634d967a9
nginx(role): add "logging" to the reserved configuration names 2025-02-18 03:37:20 +01:00
b907ce15ba
nginx(role): document Debian 12 support
Some checks failed
/ Ansible Lint (push) Has been cancelled
/ Ansible Lint (pull_request) Failing after 12m37s
2025-02-18 03:35:37 +01:00
791c517de3
nginx(role): document arguments in README for better discoverability
All checks were successful
/ Ansible Lint (push) Successful in 1m39s
/ Ansible Lint (pull_request) Successful in 1m43s
Document the role arguments in the README instead of in the
argument_specs for better discoverability and readability.
2025-02-18 03:30:00 +01:00
023e51d3ba
nginx(role): simplify ensuring that gnupg is installed
Also improve naming.
2025-02-18 03:29:59 +01:00
168f508c84
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:29:55 +01:00

View file

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