ansible/dhall/Network.dhall

7 lines
126 B
Text
Raw Normal View History

2024-11-26 04:03:32 +00:00
let IP =
{ Type = { address : Text, prefixLength : Natural }
, default.prefixLength = 24
}
in { Network }