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