dev #1

Merged
kevinheyer merged 19 commits from dev into main 2025-06-15 07:37:36 +00:00
7 changed files with 41 additions and 0 deletions
Showing only changes of commit 06ed516ff7 - Show all commits

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