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