Skip to content

Commit be9ab93

Browse files
author
Ryan Sandor Richards
committed
Add rollbar key for shiva.
1 parent 8223a4e commit be9ab93

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/beta-hosts/variables

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ registry_s3_region=us-east-1
4545
[shiva:vars]
4646
aws_access_key_id=AKIAJ3RCYU6FCULAJP2Q
4747
aws_secret_access_key=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
48+
shiva_rollbar_key=0526a90faec845d796e1ef5361a00526
4849

4950
[beta:vars]
5051
ansible_ssh_private_key_file=~/.ssh/oregon.pem

ansible/group_vars/alpha-shiva.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ container_envs: >
2828
-e REDIS_PORT={{ redis_port }}
2929
-e REDIS_IPADDRESS={{ redis_host }}
3030
-e REGISTRY_HOST={{ registry_host }}
31+
-e ROLLBAR_KEY={{ shiva_rollbar_key }}
3132
--hostname={{ name }}
3233
3334
container_run_opts: "-d -P {{container_envs}}"

ansible/prod-hosts/variables

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ registry_s3_region=us-west-2
4545
[shiva:vars]
4646
aws_access_key_id=AKIAJ3RCYU6FCULAJP2Q
4747
aws_secret_access_key=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
48+
shiva_rollbar_key=0526a90faec845d796e1ef5361a00526
4849

4950
[alpha:vars]
5051
ansible_ssh_private_key_file=~/.ssh/Test-runnable.pem

0 commit comments

Comments
 (0)