Remove common role usage

This commit is contained in:
Sonny Bakker 2025-04-22 06:29:17 +02:00
parent e7ecd16360
commit cb30e01299
6 changed files with 27 additions and 13 deletions

View file

@ -12,9 +12,19 @@
state: restarted
enabled: true
- name: regenerate initramfs
- name: restart nftables
become: true
command: update-initramfs -u -k all
systemd:
name: nftables.service
state: restarted
enabled: true
- name: restart ssh
become: true
systemd:
name: ssh.service
state: restarted
enabled: true
- name: restart docker service
become: true
@ -23,6 +33,17 @@
state: restarted
enabled: true
- name: restart nginx
become: true
systemd:
name: nginx.service
state: restarted
enabled: true
- name: regenerate initramfs
become: true
command: update-initramfs -u -k all
- name: restart certbot
become: true
systemd: