Compare commits

..

3 commits

Author SHA1 Message Date
0bedb4a873
nginx(role): document arguments in README for better discoverability
Some checks failed
/ Ansible Lint (push) Has been cancelled
/ Ansible Lint (pull_request) Successful in 1m41s
Document the role arguments in the README instead of in the
argument_specs for better discoverability and readability.
2025-02-18 03:27:49 +01:00
90dcee79c7
nginx(role): simplify ensuring that gnupg is installed
All checks were successful
/ Ansible Lint (push) Successful in 1m39s
/ Ansible Lint (pull_request) Successful in 1m38s
Also improve naming.
2025-02-18 03:11:46 +01:00
73f1869094
nginx(role): simplify installation by removing version spec
Some checks failed
/ Ansible Lint (push) Has been cancelled
/ Ansible Lint (pull_request) Successful in 1m37s
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:10:53 +01:00

View file

@ -42,6 +42,10 @@ None.
Needs `nginx__use_custom_nginx_conf` to be set to true to work. Needs `nginx__use_custom_nginx_conf` to be set to true to work.
You should probably still make sure that your custom `nginx.conf` includes `/etc/nginx/conf.d/*.conf`, so that the other configuration files still work. You should probably still make sure that your custom `nginx.conf` includes `/etc/nginx/conf.d/*.conf`, so that the other configuration files still work.
## Updates
This role updates NGINX to the latest version covered by the provided version spec., if needed.
## `hosts` ## `hosts`
The `hosts` for this role need to be the machines, for which you want to make sure the `nginx` package is installed from the NGINX repos and a desirable baseline of NGINX configs is deployed. The `hosts` for this role need to be the machines, for which you want to make sure the `nginx` package is installed from the NGINX repos and a desirable baseline of NGINX configs is deployed.