diff --git a/playbooks/heyer.systems/all.yml b/playbooks/heyer.systems/all.yml new file mode 100644 index 0000000..254a054 --- /dev/null +++ b/playbooks/heyer.systems/all.yml @@ -0,0 +1,5 @@ +--- +- name: Install and start Apache web server + hosts: all + roles: + - server_install_ssh diff --git a/playbooks/heyer.systems/calibre.yml b/playbooks/heyer.systems/calibre.yml new file mode 100644 index 0000000..af6f471 --- /dev/null +++ b/playbooks/heyer.systems/calibre.yml @@ -0,0 +1,6 @@ +--- +- name: Install and start Apache web server + hosts: calibre + roles: + - server_install_ssh + - server_install_fail2ban \ No newline at end of file diff --git a/playbooks/heyer.systems/minecraft.yml b/playbooks/heyer.systems/minecraft.yml new file mode 100644 index 0000000..7c4b505 --- /dev/null +++ b/playbooks/heyer.systems/minecraft.yml @@ -0,0 +1,6 @@ +--- +- name: Install and start Apache web server + hosts: minecraft + roles: + - server_install_ssh + - server_install_fail2ban \ No newline at end of file diff --git a/playbooks/heyer.systems/pihole.yml b/playbooks/heyer.systems/pihole.yml new file mode 100644 index 0000000..253f099 --- /dev/null +++ b/playbooks/heyer.systems/pihole.yml @@ -0,0 +1,6 @@ +--- +- name: Install and start Apache web server + hosts: pihole + roles: + - server_install_ssh + - server_install_fail2ban \ No newline at end of file diff --git a/playbooks/heyer.systems/pve1.yml b/playbooks/heyer.systems/pve1.yml new file mode 100644 index 0000000..6404a9b --- /dev/null +++ b/playbooks/heyer.systems/pve1.yml @@ -0,0 +1,6 @@ +--- +- name: Install and start Apache web server + hosts: pve1 + roles: + - server_install_ssh + - server_install_fail2ban \ No newline at end of file diff --git a/playbooks/heyer.systems/pve2.yml b/playbooks/heyer.systems/pve2.yml new file mode 100644 index 0000000..ce4e7d8 --- /dev/null +++ b/playbooks/heyer.systems/pve2.yml @@ -0,0 +1,6 @@ +--- +- name: Install and start Apache web server + hosts: pve2 + roles: + - server_install_ssh + - server_install_fail2ban \ No newline at end of file diff --git a/playbooks/heyer.systems/pve3.yml b/playbooks/heyer.systems/pve3.yml new file mode 100644 index 0000000..848132b --- /dev/null +++ b/playbooks/heyer.systems/pve3.yml @@ -0,0 +1,6 @@ +--- +- name: Install and start Apache web server + hosts: pve3 + roles: + - server_install_ssh + - server_install_fail2ban \ No newline at end of file