Skip to content

Commit e5941c1

Browse files
Disable autoscaling monitoring default
1 parent 78100cb commit e5941c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playbooks/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
when: slurm|default(false)|bool
175175
- include_role:
176176
name: autoscaling_mon
177-
when: autoscaling_monitoring|default(false)|bool
177+
when: autoscaling_monitoring|default(false)|bool and autoscaling|default(false)|bool
178178
- include_role:
179179
name: cron
180180

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ variable "compute_username" {
135135

136136
variable "autoscaling_monitoring" {
137137
type= bool
138-
default = true
138+
default = false
139139
}
140140

141141
variable "autoscaling_mysql_service" {

0 commit comments

Comments
 (0)