Skip to content

Commit

Permalink
Add ssh-keygen command
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jan 6, 2025
1 parent 903b3c7 commit fa2ba44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ pip install -r requirements/python.yml
ansible-galaxy install -r requirements/ansible-galaxy.yml
```

In order to gain access to machines you will have to add your public key to the
`ssh_users` variable inside of `ansible/group_vars/all/vars.yml`.

It's recommended you generate an `ed25519` key using the following command:
```
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519_ooni
```

### AWS configuration

You should then setup AWS credentials, by adding 2 profiles called `oonidevops_user_dev` and `oonidevops_user_prod` which have access to the development and production environment respectively.
Expand Down

0 comments on commit fa2ba44

Please sign in to comment.