aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/06_hommabot/defaults/main.yml
blob: d12d40f9490e8d72be731ce630de28aae17ea6e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
userland: "14.3-RELEASE"

pkg:
  - npm

files:
  - src: root_hommabot_env.j2
    dest: /root/hommabot/.env
    mode: "0600"
  - src: root_hommabot_deps.sh
    dest: /root/hommabot/deps.sh
    mode: "0755"
  - src: etc_crontab.j2
    dest: /etc/crontab