From ecc2e332daa65997a1aa160f6f1af5bbeb54095e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 24 Feb 2022 14:07:27 +0100 Subject: [PATCH] Trying with cluster --- infrastructure/create-resources/ansible/ping.yml | 2 +- infrastructure/create-resources/hcloud.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" {