aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/linux/network/interface/single_static.yml
blob: 18f46a255a0caa560da87b40e2046a1442d54a9a (plain)
1
2
3
4
5
6
7
8
9
10
parameters:
  linux:
    network:
      interface:
        primary_interface:
          enabled: true
          name: ${_param:primary_interface}
          type: eth
          proto: manual
          address: ${_param:single_address}