Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
/ puppet-infoblox Public archive

Puppet provider to manage Infoblox DNS entries

License

Notifications You must be signed in to change notification settings

rogerlz/puppet-infoblox

Repository files navigation

puppet-infoblox

Puppet provider to manage Infoblox DNS entries

Requirements

  • Ruby 2.0

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

Contributors 4

  •  
  •  
  •  
  •