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 hosts: all
roles: roles:
- server_install_ssh - server_install_ssh

View file

@ -1,6 +1,7 @@
--- ---
- name: Install and start Apache web server - name: Configure calibre
hosts: calibre hosts: calibre
roles: roles:
- server_install_ssh - 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 hosts: docker1
roles: roles:
- role: server_install_ssh - role: server_install_ssh
tags: ssh tags:
- ssh
- system
- role: server_install_fail2ban - role: server_install_fail2ban
tags: fail2ban tags:
- fail2ban
- system
- role: server_install_syslog
tags:
- syslog
- system
- role: deploy_container_traefik - role: deploy_container_traefik
tags: tags:

View file

@ -1,6 +1,7 @@
--- ---
- name: Install and start Apache web server - name: Configure Gaming Server
hosts: minecraft hosts: minecraft
roles: roles:
- server_install_ssh - 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 hosts: pihole
roles: roles:
- server_install_ssh - server_install_ssh
- server_install_fail2ban - server_install_fail2ban
- server_install_syslog