Skip to content

cdoughty77/network-interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network-interfaces

Basic network interfaces cookbook

Attributes

"network-interfaces" => {
  "interfaces" => {
    "eth0" => {
      "type" => "static"
      "data" => {
        "address" => "192.168.1.10",
        "netmask" => "255.255.255.0",
        "gateway" => "192.168.1.1"
      },
    },
    "eth0:0" => {
      # ...
    }
  }
}

About

Basic network interfaces cookbook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages