Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Ansible: Cloud Cobbler

Scot P. Floess edited this page Sep 12, 2016 · 1 revision

cloud/cobbler

This role will setup cobbler, installing and configuring it. Please note: Apache will also be installed.

Variables

/etc/cobbler/modules.conf.j2

The variables defiend below correspond to the sections defined in the modules.conf file and are default to the following values. We are preceeding each variable to represent those sections with cobbler_.

  • cobbler_authentication = authn_configfile
  • cobbler_authorization = authz_allowall
  • cobbler_dns = manage_bind
  • cobbler_dhcp = manage_isc
  • cobbler_tftpd = manage_in_tftpd

/etc/cobbler/users.digest.j2

For the users.digest file,

  • cobbler_htdigest_user - if defined assumes our htdigest user value.
  • cobbler_htdigest_md5 - if defined assumes our htdigest MD5 value.

Clone this wiki locally