From b7e268214ac167905545f44806df3895d9639874 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Thu, 23 Nov 2023 13:38:00 +0100 Subject: [PATCH] Add kub cluster --- host_vars/{ovhmaster.yml => ovh_master.yml} | 0 host_vars/{ovhworker.yml => ovh_worker.yml} | 0 hosts | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename host_vars/{ovhmaster.yml => ovh_master.yml} (100%) rename host_vars/{ovhworker.yml => ovh_worker.yml} (100%) diff --git a/host_vars/ovhmaster.yml b/host_vars/ovh_master.yml similarity index 100% rename from host_vars/ovhmaster.yml rename to host_vars/ovh_master.yml diff --git a/host_vars/ovhworker.yml b/host_vars/ovh_worker.yml similarity index 100% rename from host_vars/ovhworker.yml rename to host_vars/ovh_worker.yml diff --git a/hosts b/hosts index 786c94d..c49175b 100644 --- a/hosts +++ b/hosts @@ -4,10 +4,10 @@ kubemaster kubeworker [kubemaster] -ovh-master ansible_host=37.187.127.90 ansible_user=stephane +ovh_master ansible_host=37.187.127.90 ansible_user=stephane [kubeworker] -ovh-worker ansible_host=5.135.181.11 ansible_user=ubuntu +ovh_worker ansible_host=5.135.181.11 ansible_user=ubuntu [controller]