From 28315ca933df26b706143f96b2224162de97f25e Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Thu, 27 Sep 2018 04:09:51 -0400 Subject: [PATCH] Fix README links to new inventory file paths. (#3398) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8f2f5773..996cff5fc 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ To deploy the cluster you can use : CONFIG_FILE=inventory/mycluster/hosts.ini python3 contrib/inventory_builder/inventory.py ${IPS[@]} # Review and change parameters under ``inventory/mycluster/group_vars`` - cat inventory/mycluster/group_vars/all.yml - cat inventory/mycluster/group_vars/k8s-cluster.yml + cat inventory/mycluster/group_vars/all/all.yml + cat inventory/mycluster/group_vars/k8s-cluster/k8s-cluster.yml # Deploy Kubespray with Ansible Playbook ansible-playbook -i inventory/mycluster/hosts.ini cluster.yml