diff --git a/infrastructure/create-resources/ansible/ping.yml b/infrastructure/create-resources/ansible/ping.yml index a633e2b..f58cde5 100644 --- a/infrastructure/create-resources/ansible/ping.yml +++ b/infrastructure/create-resources/ansible/ping.yml @@ -1,5 +1,5 @@ --- -- hosts: serverctl_mesh_nodes +- hosts: serverctl_cluster gather_facts: yes tasks: - name: ping diff --git a/infrastructure/create-resources/hcloud.tf b/infrastructure/create-resources/hcloud.tf index f1a3c7f..2e50d44 100644 --- a/infrastructure/create-resources/hcloud.tf +++ b/infrastructure/create-resources/hcloud.tf @@ -1,9 +1,9 @@ variable "serverctl_master_count" { - default = 0 + default = 1 } variable "serverctl_node_count" { - default = 0 + default = 2 } variable "serverctl_mesh_count" {