diff options
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/ele-calypso.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/inventory/host_vars/ele-calypso.yml b/inventory/host_vars/ele-calypso.yml index 854b76e0..3b33a6a0 100644 --- a/inventory/host_vars/ele-calypso.yml +++ b/inventory/host_vars/ele-calypso.yml @@ -27,11 +27,6 @@ network: - "{{ network_zones.emc.vlan }}" -apt_repo_components: - - main - - contrib - - non-free ## for microcode updates - spreadspace_apt_repo_components: - main - container @@ -180,6 +175,8 @@ grafana_dashboards: - file: ipmi datasource: "Prometheus" +grafana_admin_password: "{{ vault_grafana_admin_password }}" + monitoring_landingpage_hostnames: - "_" |