pacman

Ansible role: PACMAN

This role install and manage:

  • pacman
  • pacman hooks
  • custom arch repositories
  • paru (AUR helper)
  • reflector
  • system upgrade
  • makepkg

Usage

Override defaults

aur_helper: paru
aur_user:   aur
upgrade:    true

arch_repo:
  - name:     custom-repo
    server:   http://domain-arch-repo:80/
    siglevel: Required DatabaseOptional
    key:
      path:   "{{ path_play }}/files/keys/custom-repo.gpg"
      hash:   F17ABE74A88A1101

TODO

  • add pacman hooks
  • manage aur with and without aur_user
About

A role to setup Pacman and the AUR helper

Install
ansible-galaxy install lunics/ansible_role_pacman
GitHub repository
License
gpl-3.0
Downloads
8
Owner