Skip to content

Commit f15536b

Browse files
committed
Merge pull request #457 from CodeNow/add-runnabot-access-tokens
Put runnabot access tokens into the ansible
2 parents e4be8cf + 7043152 commit f15536b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/delta-hosts/variables

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ palantiri_rollbar_key=f675e9090d6f483ca4e742af2c7f2f83
7474
pheidi_mongo_auth=pheidi:septa-mauve-enquiry-clipper-history
7575
pheidi_mongo_database=delta
7676
pheidi_mongo_replset_name=delta
77+
pheidi_runnabot_tokens=d22a5ec75f66a0f472f3d856eb01df2321115e0b,33d8accaa7afeace8f44e3a6de409097ea1e67b8,82a7f2838852c04b75bee2b1a8ed236e2f9fc1ef,cab912709f7eb5bb8c21f9177f845561222d3933
7778

7879
[sauron:vars]
7980
sauron_rollbar_key=83157ae2d50d4b6398e404c0b9978d26

ansible/group_vars/all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ palantiri_rollbar_token: f675e9090d6f483ca4e742af2c7f2f83
142142

143143
# pheidi
144144
pheidi_rollbar_token: 6fc422ac645441bea7f6f14853eb01ab
145+
pheidi_runnabot_tokens: ff3d259c5d988badbb692cc400998e46cdd5f1fc
145146

146147
# rabbit
147148
rabbit_host_address: "{{ hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']['address'] }}"

ansible/group_vars/alpha-pheidi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ container_envs: >
1818
-e RABBITMQ_PORT="{{ rabbit_port }}"
1919
-e RABBITMQ_USERNAME="{{ rabbit_username }}"
2020
-e ROLLBAR_KEY={{ pheidi_rollbar_token }}
21+
-e RUNNABOT_GITHUB_ACCESS_TOKENS={{ pheidi_runnabot_tokens }}
2122
{% if node_env != "production-epsilon" %} -e MONGO_CACERT=/opt/ssl/mongo-client/ca.pem {% endif %}
2223
{% if node_env != "production-epsilon" %} -e MONGO_CERT=/opt/ssl/mongo-client/cert.pem {% endif %}
2324
{% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}

0 commit comments

Comments
 (0)