NAME
Kanku::Handler::SetupNetwork
SYNOPSIS
Here is an example how to configure the module in your jobs file or KankuFile
-
use_module: Kanku::Handler::SetupNetwork
options:
interfaces:
-
if_name: eth0
BOOTPROTO: dhcp
-
if_name: eth1
rename: newdev
BOOTPROTO: static
IPADDR: 192.168.122.22/24
resolv:
nameserver:
- 192.168.122.1
search: opensuse.org local.site
domain: local.site
routes:
10.1.1.0:
gw: 192.168.122.1
netmask: 255.255.255.0
device: eth1
DESCRIPTION
This handler set`s up your Network configuration
OPTIONS
interfaces - An array of strings which include your public ssh key