Skip to content

random-archer/ansible-x-role-aur-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archlinux_aur

Ansible role which installs Arch Linux packages from AUR.

Examples

---

- name: Install Yaourt
  hosts: all
  vars:
    archlinux_aur_pkgs:
       - 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

Releases

No releases published

Packages

No packages published