jelly, caddy, other stuff
This commit is contained in:
parent
5ad30d3343
commit
592992f031
17 changed files with 150 additions and 45 deletions
|
|
@ -10,6 +10,12 @@
|
|||
- vim
|
||||
- tmux
|
||||
- htop
|
||||
|
||||
# Spam prevention
|
||||
- fail2ban
|
||||
|
||||
# Disk monitoring
|
||||
- smartmontools
|
||||
state: present
|
||||
|
||||
- name: Install Vim config
|
||||
|
|
@ -24,3 +30,9 @@
|
|||
dest: "/home/debian/.vimrc"
|
||||
- user: root
|
||||
dest: "/root/.vimrc"
|
||||
|
||||
- name: Enable fail2ban
|
||||
service:
|
||||
name: fail2ban
|
||||
state: started
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue