diff --git a/README.md b/README.md index df0e8b865ef721a0718c47fe56475dca9997ab17..8b2293bf339c0694de6a18b0968a90f476723e53 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ terraform apply -var-file=cluster.tfvars eval $(ssh-agent -s) ssh-add /path/to/your/private/key ``` -* Run `ansible-playbook -i inventory/hosts setup_vms.yml` in the ansible folder. +* Run `ansible-playbook -i inventory/hosts setup_instance.yml` in the ansible folder. You can now ssh into your machine using `ssh ubuntu@your-floating-ip`.