Commit graph

9 commits

Author SHA1 Message Date
Pig Monkey
966b159668 user kewlfft.aur collection
Closes #120 #74
2024-12-01 20:21:53 -08:00
Pig Monkey
5e550d8cca qt4 package no longer exists, and is not needed 2019-05-01 21:25:46 -07:00
Pig Monkey
2a013e1791 replace deprecated with_items on package tasks
https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.7.html#using-a-loop-on-a-package-module-via-squash-actions
2019-04-25 20:33:04 -07:00
Pig Monkey
6b2eab7427 add the user tag whenever modifying the user
Running the playbook with --tags=user should trigger all user-modifying
tasks, not just the initial setup.
2018-03-26 11:26:43 -07:00
Pig Monkey
b525d987f5 remove virtualbox module loading
Current versions of the virtualbox package now load modules
automatically via systemd.

Existing users can remove this file

    # rm /etc/modules-load.d/virtualbox.conf
2017-05-07 10:47:23 -07:00
Pig Monkey
1d6eb77cd0 remove virtualbox-guest-utils
This package should be installed on an Arch client, not a host.

Existing users can uninstall it:

    # pacman --remove --nosave --recursive virtualbox-guest-utils
2017-05-07 10:46:24 -07:00
John Shuping
38039e9987 add virtualbox-guest-utils
makes arch happy in a vbox vm, doesn't appear to hurt otherwise
2016-01-26 23:04:57 -05:00
Pig Monkey
7b97c088db remove vbox module build
This doesn't actually fix the grsec problem, and will fail if running in
the vanilla kernel during the grsec install process.
2016-01-23 11:03:10 -08:00
Pig Monkey
be6565c68b split vm role into virtualbox and vagrant 2016-01-21 19:27:31 -08:00