-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcaldera.yml
54 lines (53 loc) · 2.25 KB
/
caldera.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
50
51
52
53
54
# Caldera file used for Caldera deployment only
users:
red:
red: ChangeMe # Change this
blue:
blue: ChangeMe # Change this
api_key_red: ChangeMe # Change this
api_key_blue: ChangeMe # Change this
api_key: ChangeMe # Change this
crypt_salt: ChangeMe # Change this
encryption_key: ChangeMe # Change this
app.contact.http: http://localhost:8888 # Change this
app.contact.tcp: 0.0.0.0:7010
app.contact.udp: 0.0.0.0:7011
app.contact.websocket: 0.0.0.0:7012
app.contact.dns.domain: localhost
app.contact.dns.socket: 0.0.0.0:53
app.contact.gist: API_KEY # Optional
app.contact.html: /weather # Optional
app.contact.slack.api_key: SLACK_TOKEN # Optional
app.contact.slack.bot_id: SLACK_BOT_ID # Optional
app.contact.slack.channel_id: SLACK_CHANNEL_ID # Optional
app.contact.tunnel.ssh.host_key_file: REPLACE_WITH_KEY_FILE_PATH # Optional
app.contact.tunnel.ssh.host_key_passphrase: REPLACE_WITH_KEY_FILE_PASSPHRASE # Optional
app.contact.tunnel.ssh.socket: 0.0.0.0:8022
app.contact.tunnel.ssh.user_name: sandcat
app.contact.tunnel.ssh.user_password: ChangeMe # Change this
objects.planners.default: atomic
requirements:
go:
command: go version
type: installed_program
version: 1.11
python:
attr: version
module: sys
type: python_module
version: 3.8.0
host: 0.0.0.0
port: 8888
ability_refresh: 60
plugins:
- access
- atomic
- compass
- debrief
- fieldmanual
- gameboard
- manx
- response
- sandcat
- stockpile
- training