Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
0fb017b9
Commit
0fb017b9
authored
6 years ago
by
Giri Kuncoro
Browse files
Options
Downloads
Patches
Plain Diff
Rename ansible user env vars
parent
df6c5b28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/terraform/aws/README.md
+1
-1
1 addition, 1 deletion
contrib/terraform/aws/README.md
with
1 addition
and
1 deletion
contrib/terraform/aws/README.md
+
1
−
1
View file @
0fb017b9
...
@@ -46,7 +46,7 @@ ssh -F ./ssh-bastion.conf user@$ip
...
@@ -46,7 +46,7 @@ ssh -F ./ssh-bastion.conf user@$ip
Example (this one assumes you are using CoreOS)
Example (this one assumes you are using CoreOS)
```
commandline
```
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***
***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.
If you want to use another distribution than CoreOS, you can modify the search filters of the 'data "aws_ami" "distro"' in variables.tf.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment