dev #1

Merged
kevinheyer merged 19 commits from dev into main 2025-06-15 07:37:36 +00:00
5 changed files with 22 additions and 10 deletions
Showing only changes of commit 2c7813e19f - Show all commits

View file

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

View file

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

View file

@ -1,12 +1,21 @@
---
- name: Install and start Apache web server
- name: Configure docker1
hosts: docker1
roles:
- role: server_install_ssh
tags: ssh
tags:
- ssh
- system
- role: server_install_fail2ban
tags: fail2ban
tags:
- fail2ban
- system
- role: server_install_syslog
tags:
- syslog
- system
- role: deploy_container_traefik
tags:

View file

@ -1,6 +1,7 @@
---
- name: Install and start Apache web server
- name: Configure Gaming Server
hosts: minecraft
roles:
- server_install_ssh
- server_install_fail2ban
- server_install_fail2ban
- server_install_syslog

View file

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