add syslog installation role and change Playbook Name

This commit is contained in:
Kevin Heyer 2025-06-15 08:04:47 +02:00
parent b5d035e6f1
commit 2c7813e19f
5 changed files with 22 additions and 10 deletions

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_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_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_syslog