dandyrow.archlinux.paru role – Install and configure the Paru AUR helper

Note

This role is part of the dandyrow.archlinux collection (version 1.0.0).

To install it use: ansible-galaxy collection install dandyrow.archlinux.

To use it in a playbook, specify: dandyrow.archlinux.paru.

Entry point main – Install and configure the Paru AUR helper

Synopsis

  • Install and configure Paru Arch User Repository helper using makepkg

Parameters

Parameter

Comments

non_root_aur_user

string

Non-root user which is used to run makepkg.

Makepkg can’t be run as root see https://wiki.archlinux.org/title/Makepkg for information why.

This user must be able to run pacman as root without a password for this role to work.

Default: "aur_builder"

paru_conf

string

Path to save Paru configuration file to

Default: "/etc/paru.conf"

use_doas

boolean

Whether to setup Paru to use doas or not

Choices:

  • false ← (default)

  • true

Authors

  • Daniel Lowry (github.com/dandyrow)