Skip to content

Commit

Permalink
Avoid duplicating information
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais authored Jan 8, 2025
1 parent cd96be7 commit 547426b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,7 @@ 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.

To this end edit your `~/.aws/credentials` file to contain:

```
[oonidevops_user]
aws_access_key_id = YYYY
aws_secret_access_key = ZZZ
[oonidevops_user_dev]
role_arn = arn:aws:iam::905418398257:role/oonidevops
source_profile = oonidevops_user
[oonidevops_user_prod]
role_arn = arn:aws:iam::471112720364:role/oonidevops
source_profile = oonidevops_user
```
Refer to the [terraform docs](devops/terraform/) for setting up your AWS configuration.

### SSH configuration

Expand Down

0 comments on commit 547426b

Please sign in to comment.