diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-05-16 21:49:01 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-05-16 22:31:59 +0300 |
| commit | 60f363a7e2aa7ff81b0785dbf49d4c9867653337 (patch) | |
| tree | 126a5ba8a672926cc9fa65aedaf0e73f795fe38a /roles/jails/03_irc_thelounge/defaults | |
| parent | 75732c1a9aa1fed11794f509d33bdea5171d41c0 (diff) | |
Add thelounge jail
Diffstat (limited to 'roles/jails/03_irc_thelounge/defaults')
| -rw-r--r-- | roles/jails/03_irc_thelounge/defaults/main.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/jails/03_irc_thelounge/defaults/main.yml b/roles/jails/03_irc_thelounge/defaults/main.yml index 697ea79..f95b32e 100644 --- a/roles/jails/03_irc_thelounge/defaults/main.yml +++ b/roles/jails/03_irc_thelounge/defaults/main.yml @@ -1 +1,15 @@ userland: "14.3-RELEASE" + +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 |
