init
This commit is contained in:
parent
b219111534
commit
06ed516ff7
7 changed files with 41 additions and 0 deletions
5
playbooks/heyer.systems/all.yml
Normal file
5
playbooks/heyer.systems/all.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
- name: Install and start Apache web server
|
||||||
|
hosts: all
|
||||||
|
roles:
|
||||||
|
- server_install_ssh
|
6
playbooks/heyer.systems/calibre.yml
Normal file
6
playbooks/heyer.systems/calibre.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: Install and start Apache web server
|
||||||
|
hosts: calibre
|
||||||
|
roles:
|
||||||
|
- server_install_ssh
|
||||||
|
- server_install_fail2ban
|
6
playbooks/heyer.systems/minecraft.yml
Normal file
6
playbooks/heyer.systems/minecraft.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: Install and start Apache web server
|
||||||
|
hosts: minecraft
|
||||||
|
roles:
|
||||||
|
- server_install_ssh
|
||||||
|
- server_install_fail2ban
|
6
playbooks/heyer.systems/pihole.yml
Normal file
6
playbooks/heyer.systems/pihole.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: Install and start Apache web server
|
||||||
|
hosts: pihole
|
||||||
|
roles:
|
||||||
|
- server_install_ssh
|
||||||
|
- server_install_fail2ban
|
6
playbooks/heyer.systems/pve1.yml
Normal file
6
playbooks/heyer.systems/pve1.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: Install and start Apache web server
|
||||||
|
hosts: pve1
|
||||||
|
roles:
|
||||||
|
- server_install_ssh
|
||||||
|
- server_install_fail2ban
|
6
playbooks/heyer.systems/pve2.yml
Normal file
6
playbooks/heyer.systems/pve2.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: Install and start Apache web server
|
||||||
|
hosts: pve2
|
||||||
|
roles:
|
||||||
|
- server_install_ssh
|
||||||
|
- server_install_fail2ban
|
6
playbooks/heyer.systems/pve3.yml
Normal file
6
playbooks/heyer.systems/pve3.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: Install and start Apache web server
|
||||||
|
hosts: pve3
|
||||||
|
roles:
|
||||||
|
- server_install_ssh
|
||||||
|
- server_install_fail2ban
|
Loading…
Add table
Reference in a new issue