charlesrocket.freebsd.poudriere role – Installs Poudriere

Note

This role is part of the charlesrocket.freebsd collection (version 1.9.2).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install charlesrocket.freebsd.

To use it in a playbook, specify: charlesrocket.freebsd.poudriere.

Entry point main – Installs Poudriere

Synopsis

  • Install and configure poudriere service.

Parameters

Parameter

Comments

poudriere_distfiles

string

distfiles location.

Default: "/usr/ports/distfiles"

poudriere_host

string

FreeBSD mirror.

Default: "ftp://ftp.freebsd.org"

poudriere_zfs

boolean

Enable ZFS.

Choices:

  • false ← (default)

  • true

poudriere_zpool

string

ZFS zpool name.

Default: "zroot"

poudriere_zrootfs

string

ZFS rootfs location.

Default: "/usr/local/poudriere"

Authors

  • charlesrocket