Skip to content

Puppet provider to manage Infoblox DNS entries

License

Notifications You must be signed in to change notification settings

napps-dev/puppet-infoblox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

puppet-infoblox

Puppet provider to manage Infoblox DNS entries

infoblox_credentials.ini

to created in puppet conf_dir

[default] username = admin password = infoblox host = 192.168.110.20

create a-record

infoblox_dns_a { 'host.domain.com': ensure => present, address => "192.168.0.2" }

create cname

infoblox_dns_cname { 'cname.domain.com': ensure => present, canonical => 'host.domain.com' }

About

Puppet provider to manage Infoblox DNS entries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.1%
  • Puppet 3.9%