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

This commit is contained in:
2022-02-24 14:07:27 +01:00
parent ede5600da5
commit ecc2e332da
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
tasks:
- name: ping

View File

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