Skip to content

Ansible role which installs Arch Linux packages from AUR.

License

Notifications You must be signed in to change notification settings

jtyr/ansible-archlinux_aur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archlinux_aur

Ansible role which installs Arch Linux packages from AUR.

Examples

---

- name: Install Yaourt
  hosts: all
  vars:
    archlinux_aur_pkgs:
      - package-query
      - yaourt
  roles:
    - archlinux_aur

Role variables

Variables used by the role is as follows:

# Packages to be installed
archlinux_aur_pkgs: []

# Force the installation even if the packages are already installed
archlinux_aur_force: false

# Under which user to build the packages
archlinux_aur_user: nobody

License

MIT

Author

Jiri Tyr

About

Ansible role which installs Arch Linux packages from AUR.

Resources

License

Stars

Watchers

Forks

Packages

No packages published