文件名称:pupmod-simp-network:SIMP网络人偶模块
文件大小:58KB
文件格式:ZIP
更新时间:2024-03-04 05:53:36
Ruby
目录 总览 此模块可帮助用户管理其系统上的网络接口。 有关API文档,请参见 。 这是一个SIMP模块 该模块是的组件 如果发现任何问题,请通过提交。 请阅读我们的[贡献指南]( )。 模块说明 该模块的目标是在支持的操作系统上配置网络接口。 建立 简化网络会影响什么 该模块影响在兼容RHEL的操作系统上创建和管理各种类型的网络设备。 用法 基本用法 设置全局网络参数 include network::global 管理网络接口 network::eth { 'eth0': macaddr => $facts['macaddress_eth0'] } 设置绑定到接口的网桥 network::eth { 'eth0': bridge => 'br0', macaddr => $facts['macaddress_eth0'] } network::eth { 'br0':
【文件预览】:
pupmod-simp-network-master
----.pmtignore(713B)
----.gitattributes(439B)
----.github()
--------workflows()
----.fixtures.yml(242B)
----Gemfile(2KB)
----metadata.json(1KB)
----spec()
--------classes()
--------fixtures()
--------spec_helper_acceptance.rb(1009B)
--------spec_helper.rb(4KB)
--------acceptance()
--------expected()
--------defines()
----types()
--------vlantype.pp(251B)
--------transmitpolicy.pp(111B)
--------eth()
--------bondmode.pp(242B)
----Rakefile(123B)
----LICENSE(1022B)
----README.md(4KB)
----REFERENCE.md(21KB)
----.rspec(43B)
----.puppet-lint.rc(705B)
----templates()
--------eth.erb(7KB)
--------global.erb(1KB)
--------modprobe_bond.erb(27B)
----.gitignore(496B)
----.gitlab-ci.yml(15KB)
----manifests()
--------init.pp(296B)
--------service()
--------eth()
--------global.pp(2KB)
--------service.pp(736B)
--------route.pp(1KB)
--------eth.pp(14KB)
----CHANGELOG(9KB)