aboutsummaryrefslogtreecommitdiffstats
path: root/roles/relayd/defaults/main.yml
blob: 2028ef1a76c2da5497408957d987c01ae26a60a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---

relayd_rules: {}

relayd_configuration_file: /etc/relayd.conf
relayd_block_msg: aah!

relayd_tls_ciphers:
  - HIGH
  - "!AES128"
  - "!kRSA"
  - "!aNULL"
relayd_tls_elliptic_curves:
  - P-384
  - P-256
  - X25519
remember that computers suck.