playbooks to configure the gateway and client vm
Markus Pesch
bddd295720
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
group_vars/all | ||
host_vars | ||
pubkeys | ||
roles | ||
.drone.yml | ||
ansible.cfg | ||
client.linuxws2122.de.yaml | ||
gateway.linuxws2122.de.yaml | ||
hosts.yaml | ||
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
viagateway
. - Restart VMs after running the playbook
ansible-playbook -i hosts.yaml gateway.linuxws2122.de.yaml
ansible-playbook -i hosts.yaml client.linuxws2122.de.yaml