-
Notifications
You must be signed in to change notification settings - Fork 6
/
main.yml
49 lines (46 loc) · 2.79 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Get these values from `${DRONE_HOST}/account/token` page.
#
hubot_drone_server: !vault |
$ANSIBLE_VAULT;1.1;AES256
64313437306638373362353439346239323164393337396537653966653435626165313937643061
6630386533313733323665303463386334383261396564660a306130346337383438396630656337
34383431386366363464306365383066383562336634323933343436383261383030303461343134
3037353034616332350a653135363963316136663731333539653430346531396539646532636665
62663930353263616564633063316264326266383261613731656665663364353934623434613532
3336316336613130613530363037613736306566626434376462
hubot_drone_token: !vault |
$ANSIBLE_VAULT;1.1;AES256
34613761333532643766663265323436646130306161643336326566633363636561656635633164
6335663831303334346262643831623430313861653164350a623562333638653338613631653463
62626334353435383636643464393665386631386233653235623739316564313365613239333463
3562343530663964660a663933633963363436363439323332633937653766383139646562323032
63623765366135326363373765396464393364323232363834393834313638663930373366643135
64373836643963363563333263303530333432373466653534323061626261373064653664656464
63626539633035623431323630633738613862656664646664386637666561393832313362343633
64313035363937623831633863663663376261623439393636656439636530653035393865623563
30363563653661616436333665653264643362383961356164613535626566666635616632366437
3062356131646662613535616664306337663035626438323236
# GitHub path of this repository, e.g. "rchain/perf-harness"
#
hubot_drone_build_repo: rchain/perf-harness
# Set this to token of a Discord bot you should create at
# https://discordapp.com/developers/applications/. The token is located under
# the 'Bots' tab.
#
# Also, you will want to add the Discord bot to your server by following the
# link:
# `https://discordapp.com/api/oauth2/authorize?client_id=<CLIENT_ID>&scope=bot&permissions=1`
# where the `<CLIENT_ID>` is copied over from
# `https://discordapp.com/developers/applications/` .
#
hubot_discord_token: !vault |
$ANSIBLE_VAULT;1.1;AES256
39326364333432313265316261633834356162643966613766343264663631346362306565663736
6234376661333837363539376361396531333365356339380a346266343633313234363530313530
65636464333930653136353766383138623435633530373333343065623863343731626461393235
6563613066623433620a373033373037656164663339353733343232303565303466666131666666
62353164383062323934316366346661323936646265636564303834376161646231383535383663
66636137373231656564343861393962313866663461663862366662616265343339316134643463
383136653561633036386634373534366461
hubot_user: hubot
hubot_checkout_dir: /opt/perf-harness-hubot