summaryrefslogtreecommitdiff
path: root/vars/main.yaml
blob: 9f8f32c5e156caf247885ee760e2945652bc2807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apt_packages:
  - curl
  - ca-certificates
  - fail2ban
  - ffmpeg
  - iptables
  - icecast2
  - ices2
  - nginx
  - ufw
  - unattended-upgrades
  - vim

fail2ban_jail_dir: /etc/fail2ban/jail.d
random_password: "{{ ((ansible_date_time.epoch | string) ~ inventory_hostname) | hash('sha1sum') | truncate(32, end='') }}"