Skip to content

Commit

Permalink
Update ansible credentials config
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais authored Jan 8, 2025
1 parent 5818ddf commit 37ddd38
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,15 @@ You should then setup AWS credentials, by adding 2 profiles called `oonidevops_u
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]
aws_access_key_id = XXX
aws_secret_access_key = YYY
source_profile = default
region = eu-central-1
# ARN of the dev role
role_arn = arn:aws:iam::905418398257:role/oonidevops
source_profile = oonidevops_user
[oonidevops_user_prod]
aws_access_key_id = XXX
aws_secret_access_key = YYY
source_profile = default
region = eu-central-1
# ARN of the prod role
role_arn = arn:aws:iam::471112720364:role/oonidevops
source_profile = oonidevops_user
```

### SSH configuration
Expand Down

0 comments on commit 37ddd38

Please sign in to comment.