This commit is contained in:
Kevin Heyer 2025-06-14 14:44:45 +02:00
parent b219111534
commit 06ed516ff7
7 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: Install and start Apache web server
hosts: all
roles:
- server_install_ssh

View file

@ -0,0 +1,6 @@
---
- name: Install and start Apache web server
hosts: calibre
roles:
- server_install_ssh
- server_install_fail2ban

View file

@ -0,0 +1,6 @@
---
- name: Install and start Apache web server
hosts: minecraft
roles:
- server_install_ssh
- server_install_fail2ban

View file

@ -0,0 +1,6 @@
---
- name: Install and start Apache web server
hosts: pihole
roles:
- server_install_ssh
- server_install_fail2ban

View file

@ -0,0 +1,6 @@
---
- name: Install and start Apache web server
hosts: pve1
roles:
- server_install_ssh
- server_install_fail2ban

View file

@ -0,0 +1,6 @@
---
- name: Install and start Apache web server
hosts: pve2
roles:
- server_install_ssh
- server_install_fail2ban

View file

@ -0,0 +1,6 @@
---
- name: Install and start Apache web server
hosts: pve3
roles:
- server_install_ssh
- server_install_fail2ban