dev #1

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

View file

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

View file

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

View file

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