blob: 56da4e3b34228c9c501348f7afd1bd1b152cdc5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
apt_packages:
- curl
- ca-certificates
- fail2ban
- ffmpeg
- iptables
- icecast2
- ices2
- nginx
- ufw
- unattended-upgrades
- vorbis-tools
- vim
fail2ban_jail_dir: /etc/fail2ban/jail.d
random_password: "{{ ((ansible_date_time.epoch | string) ~ inventory_hostname) | hash('sha1sum') | truncate(32, end='') }}"
|