From 70f26d0170e64ae7fe49d157b84b03480fa7d88d Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Tue, 24 Sep 2024 17:09:20 +0200 Subject: [PATCH] Refactor hostname in contabo01.a13labs.pt.yaml --- ansible/host_vars/contabo01.a13labs.pt.yaml | 2 +- ansible/inventory/hosts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible/host_vars/contabo01.a13labs.pt.yaml b/ansible/host_vars/contabo01.a13labs.pt.yaml index 16ba971..30fc5cf 100644 --- a/ansible/host_vars/contabo01.a13labs.pt.yaml +++ b/ansible/host_vars/contabo01.a13labs.pt.yaml @@ -1,5 +1,5 @@ # Hostname and other host settings -hostname: contabo01.alexpires.me +hostname: contabo01.a13labs.pt # SSH Connection and security sshd_port: 22 diff --git a/ansible/inventory/hosts b/ansible/inventory/hosts index 271716f..8655787 100644 --- a/ansible/inventory/hosts +++ b/ansible/inventory/hosts @@ -24,3 +24,6 @@ contabo01.a13labs.pt [nextcloud] contabo01.a13labs.pt + +[microk8s] +contabo01.a13labs.pt