From 0fb017b9c10d978a4e826fb56a1ce2740658fd19 Mon Sep 17 00:00:00 2001 From: Giri Kuncoro Date: Wed, 2 May 2018 14:07:05 +0700 Subject: [PATCH] Rename ansible user env vars --- contrib/terraform/aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/terraform/aws/README.md b/contrib/terraform/aws/README.md index d69811335..f62ba44cd 100644 --- a/contrib/terraform/aws/README.md +++ b/contrib/terraform/aws/README.md @@ -46,7 +46,7 @@ ssh -F ./ssh-bastion.conf user@$ip Example (this one assumes you are using CoreOS) ```commandline -ansible-playbook -i ./inventory/hosts ./cluster.yml -e ansible_ssh_user=core -e bootstrap_os=coreos -b --become-user=root --flush-cache +ansible-playbook -i ./inventory/hosts ./cluster.yml -e ansible_user=core -e bootstrap_os=coreos -b --become-user=root --flush-cache ``` ***Using other distrib than CoreOs*** If you want to use another distribution than CoreOS, you can modify the search filters of the 'data "aws_ami" "distro"' in variables.tf.