playbooks to configure the gateway and client vm
Go to file
Markus Pesch bddd295720
continuous-integration/drone/push Build is passing Details
fix(README): steps
2021-12-11 23:00:38 +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
.drone.yml fix(ci): sync to github.com 2021-12-11 22:47:22 +01:00
README.md fix(README): steps 2021-12-11 23:00:38 +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

linux_ws2122 - Ansible

Setup gateway and client vm via ansible.

  • Adapt IP-Addresses 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.
  • Restart VMs after running the playbook
ansible-playbook -i hosts.yaml gateway.linuxws2122.de.yaml
ansible-playbook -i hosts.yaml client.linuxws2122.de.yaml