Skip to content
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions roles/nginx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
git:
repo: "https://github.com/knyar/nginx-lua-prometheus.git"
dest: /srv/nginx-lua-prometheus
tags: monitoring

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

registry is deployed with extra parameter --skip-tags monitoring

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not fan of tags for that purpose, as we will forget to give --skip-tags flag.

May include the nginx part directly in registry task ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can just install it even if it isn't monitored atm

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok


- name: configure lua
template: src=lua.conf.j2 dest=/etc/nginx/conf.d/lua.conf
notify: restart nginx
tags: monitoring

- name: remove default nginx site
file:
Expand Down