Trying with cluster
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-02-24 14:07:27 +01:00
parent ede5600da5
commit ecc2e332da
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
--- ---
- hosts: serverctl_mesh_nodes - hosts: serverctl_cluster
gather_facts: yes gather_facts: yes
tasks: tasks:
- name: ping - name: ping

View File

@ -1,9 +1,9 @@
variable "serverctl_master_count" { variable "serverctl_master_count" {
default = 0 default = 1
} }
variable "serverctl_node_count" { variable "serverctl_node_count" {
default = 0 default = 2
} }
variable "serverctl_mesh_count" { variable "serverctl_mesh_count" {