Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zabbix_web: Improve Nginx option with out-of-the-box setup (#303) #304

Merged
merged 3 commits into from
Jan 4, 2021

Conversation

krauthosting
Copy link
Contributor

SUMMARY

"Fixes #303" with a bunch of consolidiation and feature changes:

  • Consolidate all Nginx tasks to tasks/nginx.yml
  • Set distro specific variables via vars/$DISTRO
  • Stop Apache if running on same port as Nginx
  • Install and use snakeoil SSL certs on Debian
  • Avoid unsecure HTTPS by generating DH parameters
  • Allow domain validated certs with Let's Encrypt
  • Prerun config check before Nginx restart handler
ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

zabbix_web role

ADDITIONAL INFORMATION

Bunch of changes but for optional role features keeping defaults.
Sorry for this bigger chunk in future we aim to keep small deltas.
But wanted to upstream for more synergy on this in the new year :D

…ollections#303)

* Consolidate all Nginx tasks to tasks/nginx.yml
* Set distro specific variables via vars/$DISTRO
* Stop Apache if running on same port as Nginx
* Install and use snakeoil SSL certs on Debian
* Avoid unsecure HTTPS by generating DH parameters
* Allow domain validated certs with Let's Encrypt
* Prerun config check before Nginx restart handler
@dj-wasabi dj-wasabi merged commit 06efdf8 into ansible-collections:main Jan 4, 2021
@dj-wasabi
Copy link
Contributor

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zabbix_web: Improve Nginx option with out-of-the-box setup
2 participants