pewo / lab

Lab configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab configuration

This playbook uses a git repositry to manage local network configuration

Layout

repo/<fqdn>/config

Example config

interface: ens19
network: 10.0.0.128/24
routing: 10.1.0.0/24 10.0.0.1

interrface

This is the name of the interface

network

Which network address should the interface use

routing ( optional )

If this is defined, add the route to interface routing

About

Lab configuration


Languages

Language:Python 78.0%Language:Shell 17.2%Language:Jinja 4.8%