Files
deploy_home/ansible/roles/common/defaults/main.yml
2021-11-28 16:38:52 -05:00

24 lines
228 B
YAML

---
deps: [
cronie,
docker,
fail2ban,
git,
python-docker,
tmux,
weechat
]
fail2ban_jails: [
sshd.local,
nginx.local
]
services:
- cronie
- docker
- fail2ban
- iptables
- nginx
- systemd-timesyncd