We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78100cb commit e5941c1Copy full SHA for e5941c1
playbooks/site.yml
@@ -174,7 +174,7 @@
174
when: slurm|default(false)|bool
175
- include_role:
176
name: autoscaling_mon
177
- when: autoscaling_monitoring|default(false)|bool
+ when: autoscaling_monitoring|default(false)|bool and autoscaling|default(false)|bool
178
179
name: cron
180
variables.tf
@@ -135,7 +135,7 @@ variable "compute_username" {
135
136
variable "autoscaling_monitoring" {
137
type= bool
138
- default = true
+ default = false
139
}
140
141
variable "autoscaling_mysql_service" {
0 commit comments