文件名称:puppet-dhcp:用于部署dhcp的人偶模块
文件大小:52KB
文件格式:ZIP
更新时间:2024-05-30 08:11:32
puppet hacktoberfest linux-puppet-module Ruby
Puppet的DHCP模块 概述 安装和管理DHCP服务器。 特征 多子网支持 主机预订 与Bind结合使用时可以安全地动态更新DNS 可以创建一个虚拟(忽略)子网,以便该服务器只能用作辅助地址目标 用法 定义服务器及其将负责的区域。 class { 'dhcp' : service_ensure => running , dnsdomain => [ ' dc1.example.net ' , ' 1.0.10.in-addr.arpa ' , ], nameservers => [ ' 10.0.1.20 ' ], ntpservers => [ ' us.pool.ntp.org ' ], interfaces => [ ' eth0 ' ], dnsupdatekey => ' /etc/bind/keys.d/r
【文件预览】:
puppet-dhcp-master
----.overcommit.yml(1KB)
----.rspec_parallel(18B)
----manifests()
--------pool6.pp(874B)
--------host.pp(782B)
--------init.pp(13KB)
--------ignoredsubnet.pp(317B)
--------pool.pp(885B)
--------disable.pp(419B)
--------dhcp_class.pp(338B)
--------failover.pp(644B)
--------params.pp(2KB)
----.sync.yml(451B)
----templates()
--------dhcpd.conf.pxe.erb(376B)
--------dhcpd.class.erb(306B)
--------dhcpd.conf.failover.erb(501B)
--------redhat()
--------dhcpd.conf.ntp.erb(183B)
--------dhcpd.pool6.erb(2KB)
--------dhcpd.service(383B)
--------debian()
--------dhcpd.conf-header.erb(1KB)
--------dhcpd.ignoredsubnet.erb(182B)
--------dhcpd.pool.erb(2KB)
--------dhcpd.conf-ldap.erb(315B)
--------dhcpd.conf-extra.erb(392B)
--------dhcpd.host.erb(1008B)
--------dhcpd.conf.ddns.erb(767B)
----.pmtignore(351B)
----Rakefile(2KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(549B)
--------ISSUE_TEMPLATE.md(647B)
--------SECURITY.md(106B)
--------workflows()
--------CONTRIBUTING.md(10KB)
----.rubocop.yml(47B)
----.yardopts(37B)
----Dockerfile(480B)
----LICENSE(11KB)
----Gemfile(1KB)
----metadata.json(1KB)
----.rspec(31B)
----examples()
--------init.pp(702B)
----spec()
--------type_aliases()
--------acceptance()
--------defines()
--------classes()
--------spec_helper_acceptance.rb(191B)
--------lib()
--------spec_helper.rb(643B)
----.gitignore(227B)
----CHANGELOG.md(24KB)
----.msync.yml(39B)
----types()
--------syslogfacility.pp(302B)
--------mac.pp(69B)
----.fixtures.yml(154B)
----README.md(8KB)
----files()
--------dhcpd.pools(627B)
--------dhcpd.hosts(1KB)
----.editorconfig(206B)