aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/03_irc_thelounge/defaults/main.yml
blob: 858df0ec32090ac9d7b60de11cfff59b59730659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
userland: "15.0-RELEASE"

zfs:
  - name: zroot/jails/volumes/irc_thelounge
    mountpoint: /var/db/thelounge

pkg:
  - pcre2
  - npm-node24
  - yarn-node24
  - git

files:
  - src: usr_local_etc_rc.d_thelounge
    dest: /usr/local/etc/rc.d/thelounge
    mode: "0755"

services:
  - thelounge