playbooks to configure the gateway and client vm
Go to file
Markus Pesch 8354baa32f
Initial Commit
2021-12-11 22:46:32 +01:00
group_vars/all Initial Commit 2021-12-11 22:46:32 +01:00
host_vars Initial Commit 2021-12-11 22:46:32 +01:00
pubkeys Initial Commit 2021-12-11 22:46:32 +01:00
roles Initial Commit 2021-12-11 22:46:32 +01:00
README.md Initial Commit 2021-12-11 22:46:32 +01:00
ansible.cfg Initial Commit 2021-12-11 22:46:32 +01:00
client.linuxws2122.de.yaml Initial Commit 2021-12-11 22:46:32 +01:00
gateway.linuxws2122.de.yaml Initial Commit 2021-12-11 22:46:32 +01:00
hosts.yaml Initial Commit 2021-12-11 22:46:32 +01:00

README.md

linuxws2122 - Ansible

Setup gateway and client vm via ansible.

  • Adapt IP-Adresse of the client and gateway VM in host_vars.
  • Adapt name of the interfaces for booth VMs in host_vars.
  • Configure your Router (Fritz!Box, SpeedPort, ect) to route traffic for 192.168.181.0/24 via gateway.
ansible-playbook -i hosts.yaml gateway.linuxws2122.de.yaml
ansible-playbook -i hosts.yaml client.linuxws2122.de.yaml