aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/03_irc_thelounge/defaults/main.yml
blob: c596a31c00bc22ae556656c44927aedb3b9b8c4b (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:
  - npm
  - git
  - yarn-node22
  - git

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

services:
  - thelounge