Skip to content

Commit

Permalink
Fix README: Change username from ubuntu to admin to run cluster playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain2life committed Apr 28, 2024
1 parent 4f81ac1 commit 709f0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/terraform/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ssh -F ./ssh-bastion.conf user@$ip
Example (this one assumes you are using Ubuntu)

```commandline
ansible-playbook -i ./inventory/hosts ./cluster.yml -e ansible_user=ubuntu -b --become-user=root --flush-cache
ansible-playbook -i ./inventory/hosts ./cluster.yml -e ansible_user=admin -b --become-user=root --flush-cache
```

## Using other distrib than Ubuntu***
Expand Down

0 comments on commit 709f0b8

Please sign in to comment.