ansible: add tags to grafana jobs
This commit is contained in:
parent
d89fd65ea2
commit
d9d4db92f3
1 changed files with 6 additions and 0 deletions
|
@ -453,6 +453,8 @@
|
|||
mode: "0755"
|
||||
- path: "{{ data_dir }}/grafana/etc"
|
||||
mode: "0755"
|
||||
tags:
|
||||
- grafana
|
||||
|
||||
- name: Ensure container for grafana is running
|
||||
docker_container:
|
||||
|
@ -472,6 +474,8 @@
|
|||
GF_SECURITY_ADMIN_PASSWORD: "{{ grafana_admin_password }}"
|
||||
GF_USERS_ALLOW_SIGN_UP: "false"
|
||||
GF_INSTALL_PLUGINS: "flant-statusmap-panel,ae3e-plotly-panel"
|
||||
tags:
|
||||
- grafana
|
||||
|
||||
- name: Setup proxy site "{{ grafana_domain_name }}"
|
||||
include_role:
|
||||
|
@ -480,6 +484,8 @@
|
|||
site_name: "{{ grafana_domain_name }}"
|
||||
proxy_port: "{{ grafana_host_port }}"
|
||||
proxy_preserve_host: "On"
|
||||
tags:
|
||||
- grafana
|
||||
|
||||
- name: Ensure the homebox directories exist
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue