From 9a1b488356ca02aa1cbc064fa7576018af3b06e3 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 3 Mar 2025 20:38:40 +0100 Subject: [PATCH] single cache server, moved from group to host_vars --- {group_vars => host_vars}/cache.yml | 0 inventory.ini | 1 + 2 files changed, 1 insertion(+) rename {group_vars => host_vars}/cache.yml (100%) diff --git a/group_vars/cache.yml b/host_vars/cache.yml similarity index 100% rename from group_vars/cache.yml rename to host_vars/cache.yml diff --git a/inventory.ini b/inventory.ini index 5bd74fa..675efb4 100644 --- a/inventory.ini +++ b/inventory.ini @@ -1,3 +1,4 @@ +cache ansible_host=cache ansible_port=22 ansible_user=root [web] web1 ansible_host=web1 ansible_port=22 ansible_user=root