Skip to content

Commit fe49d43

Browse files
committed
remove unneeded envvar injection
1 parent 2b9068d commit fe49d43

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ansible/monitoring.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- name: Setup slurm stats
1818
hosts: slurm_stats
1919
tags: slurm_stats
20-
environment: "{{ appliances_environment_vars }}"
2120
tasks:
2221
- include_role:
2322
name: slurm_stats
@@ -53,7 +52,6 @@
5352
hosts: control
5453
become: true
5554
tags: slurm_exporter
56-
environment: "{{ appliances_environment_vars }}"
5755
tasks:
5856
- include_role:
5957
name: slurm_exporter
@@ -82,7 +80,6 @@
8280
- name: Deploy grafana
8381
hosts: grafana
8482
tags: grafana
85-
environment: "{{ appliances_environment_vars }}"
8683
tasks:
8784
- assert:
8885
that: vault_grafana_admin_password is defined

ansible/portal.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
- openondemand
44
- openondemand_server
55
become: yes
6-
environment: "{{ appliances_environment_vars }}"
76
gather_facts: yes # TODO
87
tasks:
98
- import_role:
@@ -15,7 +14,6 @@
1514
- openondemand
1615
- openondemand_desktop
1716
become: yes
18-
environment: "{{ appliances_environment_vars }}"
1917
gather_facts: yes
2018
tasks:
2119
- import_role:
@@ -28,7 +26,6 @@
2826
- openondemand
2927
- openondemand_jupyter
3028
become: yes
31-
environment: "{{ appliances_environment_vars }}"
3229
gather_facts: yes
3330
tasks:
3431
- import_role:

0 commit comments

Comments
 (0)