Skip to content

Commit

Permalink
Fix the variables file path. (#4483)
Browse files Browse the repository at this point in the history
  • Loading branch information
warmchang authored and ahmetb committed Jul 29, 2017
1 parent 9f0d7e5 commit 5d96613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started-guides/fedora/fedora_ansible_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ kube-node-02.example.com

## Setting up ansible access to your nodes

If you already are running on a machine which has passwordless ssh access to the kube-master and kube-node-{01,02} nodes, and 'sudo' privileges, simply set the value of `ansible_ssh_user` in `~/contrib/ansible/group_vars/all.yml` to the username which you use to ssh to the nodes (i.e. `fedora`), and proceed to the next step...
If you already are running on a machine which has passwordless ssh access to the kube-master and kube-node-{01,02} nodes, and 'sudo' privileges, simply set the value of `ansible_ssh_user` in `~/contrib/ansible/inventory/group_vars/all.yml` to the username which you use to ssh to the nodes (i.e. `fedora`), and proceed to the next step...

*Otherwise* setup ssh on the machines like so (you will need to know the root password to all machines in the cluster).

edit: ~/contrib/ansible/group_vars/all.yml
edit: ~/contrib/ansible/inventory/group_vars/all.yml

```yaml
ansible_ssh_user: root
Expand All @@ -95,10 +95,10 @@ done

## Setting up the cluster

Although the default value of variables in `~/contrib/ansible/group_vars/all.yml` should be good enough, if not, change them as needed.
Although the default value of variables in `~/contrib/ansible/inventory/group_vars/all.yml` should be good enough, if not, change them as needed.

```conf
edit: ~/contrib/ansible/group_vars/all.yml
edit: ~/contrib/ansible/inventory/group_vars/all.yml
```

**Configure access to Kubernetes packages**
Expand Down

0 comments on commit 5d96613

Please sign in to comment.