dev #1
5 changed files with 22 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: Install and start Apache web server
|
||||
- name: Configure all servers
|
||||
hosts: all
|
||||
roles:
|
||||
- server_install_ssh
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue