added files and tasks

This commit is contained in:
rene
2022-02-21 15:49:29 +01:00
parent 5cfa94d384
commit 4a380cd902
22 changed files with 1305 additions and 20 deletions

View File

@@ -2,26 +2,15 @@
- name: apt_update
apt: update_cache=yes
- name: restart_sshd
- name: restart_nginx
service:
name: "{{ openssh_service }}"
name: "nginx"
state: restarted
- name: restart_fail2ban
- name: restart_jitsi
service:
name: "fail2ban"
state: restarted
- name: update_tmux_plugin_perms
file:
path: /home/rene/.tmux/plugins
owner: rene
group: rene
recurse: true
- name: update_vim_bundle_perms
file:
path: /home/rene/.vim/bundle
owner: rene
group: rene
recurse: true
name:
- prosody
- jicofo
- jitsi-videobridge2
notify: restart_nginx