Commit graph

619 commits

Author SHA1 Message Date
Pig Monkey
72d2017cb5 prefer ansible_managed var in templates 2018-05-05 15:59:45 -07:00
Pig Monkey
1027c3ce1b do not start macchiato during the task
Starting macchiato here brings down the network connection for a couple
seconds, which will cause subsequent network dependent tasks to fail.
Start the service with a handler after everything else is done.
2018-05-05 15:50:38 -07:00
Pig Monkey
643419592a remove old dependency 2018-05-05 14:08:09 -07:00
Pig Monkey
68602f073d use official vdirsyncer, khard, and khal packages
When we started this project vdirsyncer/khard/khal was a mess of AUR
dependencies that I didn't want to deal with. Everything has official
packages now.

Existing users should remove the old virtualenv and symlinks.

    $ sudo rm -r /usr/local/env/pim
    $ sudo rm /usr/local/bin/khard
    $ sudo rm /usr/local/bin/khal
    $ sudo rm /usr/local/bin/vdirsyncer
2018-05-05 14:05:55 -07:00
Pig Monkey
33ffe15f6f remove redundant /etc/dconf/profile creation
This is done by the dconf role.
2018-05-05 13:09:16 -07:00
Pig Monkey
49eb080686 tag aur task 2018-05-05 13:07:01 -07:00
Pig Monkey
92d1b3cf83 Merge branch 'elvetemedve-feature/gnome' 2018-05-05 13:06:30 -07:00
Pig Monkey
745cd9caa7 Merge branch 'feature/gnome' of https://github.com/elvetemedve/spark into elvetemedve-feature/gnome 2018-05-05 13:05:40 -07:00
Pig Monkey
d0734b7af5 Merge branch 'elvetemedve-patch-1' 2018-05-05 13:00:26 -07:00
Pig Monkey
be12cec69e Merge branch 'patch-1' of https://github.com/elvetemedve/spark into elvetemedve-patch-1 2018-05-05 12:59:24 -07:00
Pig Monkey
8603b8f0d3 take advantage of var that we're setting anyway 2018-05-05 11:12:11 -07:00
Géza Búza
9f9ecfcbaf Extract DConf dependencies into a separate role
Both GDM and GNOME uses DConf to manage its own configuration. Extract
the common dependencies into a separate role called "dconf".
DConf provides:
  - creating empty directories for configuration
  - handler to apply configuration when configuration has changed
2018-04-27 16:36:00 +02:00
Géza Búza
fbf9f80dad
Fix: DConf directory permissions 2018-04-27 16:26:31 +02:00
Géza Búza
f71c50bd41
Fix: Create DConf config directory
- Fix typo.
- Create DConf config directory recursively, when it does not exist.
2018-04-27 15:59:14 +02:00
Géza Búza
8d8ec13b8f Add GNOME support
Add ability to install the GNOME desktop environment.
Most common global settings (date and time, power management, touchpad settings, theme) can be configured via Ansible variables.
See "group_vars/all" file.
2018-04-19 22:19:26 +02:00
Pig Monkey
20160b1e8d fix option name typo
bad copy/paste
2018-04-13 21:54:29 -07:00
Pig Monkey
aa0431badc tag libinput tasks 2018-04-13 21:51:37 -07:00
Pig Monkey
2f44f28fb7 add libinput mouse button mapping support
Here I am remapping button 12 to button 2, which allows me to middle
click with the Fn3 key on my Elecom HUGE trackball.
2018-04-13 21:50:26 -07:00
Pig Monkey
9f077c92d0 namespace middle click scroll var 2018-04-13 21:46:47 -07:00
Pig Monkey
b1b33b20d2 support configurable middle click scoll button
I'm using button 12, which on my Elecom HUGE trackball is labeled
"Fn3". Existing users can set this variable to 2 if they wish to retain
the previous behaviour.
2018-04-13 21:43:28 -07:00
Pig Monkey
d8d5a799c0 add syncthing support 2018-04-13 21:42:16 -07:00
Pig Monkey
e41c373e19 replace copyq-git with copyq 2018-04-11 20:53:18 -07:00
Pig Monkey
0882d14c74 make fonts configurable
closes #77
2018-04-07 17:55:19 -07:00
Pig Monkey
2505781c49 Merge branch 'elvetemedve-feature/gnome-display-manager' 2018-04-07 17:52:42 -07:00
Géza Búza
b289a381bf Add Gnome Display Manager as an alternative
Add ability to install GDM as a graphical login prompt.
Also certain global settings can be changed by Ansible variables. See
"gdm" key of group-vars/all file.
2018-04-07 20:56:04 +02:00
Pig Monkey
79379c2388 remove ttf-impallari-cantora
Upstream source is broken.
2018-04-04 19:51:52 -07:00
Pig Monkey
628d423aa0 physlock moved to community 2018-04-04 13:23:23 -07:00
Pig Monkey
2ca8f11cc6 run himawaripy as a user service
Existing users should first stop, disable, and remove the old system timer and service:

    $ sudo systemctl stop himawaripy@$USER.timer
    $ sudo systemctl disable himawaripy@$USER.timer
    $ sudo rm /etc/systemd/system/himawaripy@.*

If the system timer is present in the trusted unit file, remove it.
2018-04-03 19:14:46 -07:00
Pig Monkey
759d83c55f run mailsync as a user service
When this role was created, Ansible did not support systemd user units,
so we setup mailsync as a system service and timer running as the user.
The only practical difference in moving to a user service is that the
user can control the service without sudo, but we might as well.

Existing users should first stop, disable, and remove the old system timer and
service:

    $ sudo systemctl stop mailsync@$USER.timer
    $ sudo systemctl disable mailsync@$USER.timer
    $ sudo rm /etc/systemd/system/mailsync@.*

If the system timer is present in the trusted unit file, remove it.
2018-04-03 19:12:47 -07:00
Pig Monkey
715480754f run git-annex as a user service
When this role was created, Ansible did not support sytemd user units,
so we setup git-annex as a system service running as the user.  The only
practical difference in moving to a user service is that the user can
control the service without sudo, but we might as well.

Existing users should first stop, disable, and remove the old system
service:

    $ sudo systemctl stop git-annex@$USER.service
    $ sudo systemctl disable git-annex@$USER.service
    $ sudo rm /etc/systemd/system/git-annex@.*

If the system service is present in the trusted unit file, remove it.
2018-04-03 19:09:25 -07:00
Pig Monkey
81b14e8868 always download latest root hints from internic 2018-04-03 19:08:38 -07:00
Pig Monkey
231c760415 default to dns over tls 2018-04-03 19:03:39 -07:00
Pig Monkey
c657841718 namespace unbound vars 2018-04-03 19:02:58 -07:00
Pig Monkey
4bed7b0e41 install explicit i3 packages
The previously used i3 group now includes i3-gaps, which conflicts with
i3-wm. Now we install all members of the i3 group, except i3-gaps.
2018-03-27 17:01:04 -07:00
Pig Monkey
d7d9baf3a6 Merge branch 'elvetemedve-feature/start-systemd-user-session' 2018-03-26 11:28:58 -07:00
Pig Monkey
a3ec20ccec Merge branch 'feature/start-systemd-user-session' of https://github.com/elvetemedve/spark into elvetemedve-feature/start-systemd-user-session 2018-03-26 11:27:57 -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
8b4df2076b append user groups
Otherwise running just the user tasks will overwrite the group list,
removing the user from all other groups.
2018-03-26 11:25:25 -07:00
Géza Búza
abb3c22501 Start per-user instance of Systemd 2018-03-26 18:32:26 +02:00
Pig Monkey
8d83c481d9 update ansible-aur module 2018-03-25 13:18:04 -07:00
Pig Monkey
cb11c53923 update ansible-aur module
Address sudo password from #74
2018-03-25 13:08:05 -07:00
Géza Búza
4b55f00f0e Add editorconfig file to define coding style 2018-03-25 15:21:59 +02:00
Pig Monkey
c0f3ddc703 Merge branch 'brett-dvorak' 2018-03-18 19:11:16 -07:00
Brett Eisenberg
01b7fc8885 correct dvorak map copy 2018-03-16 18:09:55 -07:00
Pig Monkey
4c06685bee update ansible-aur submodule 2018-03-08 13:34:37 -08:00
Pig Monkey
12edc864f6 Merge branch 'bddenhartog-master' 2018-03-08 13:34:19 -08:00
Benjamin Denhartog
bdfc24a727
change backitup submodule name to match path
the path for the submodule was changed in commit
12b1655b6c, but the submodule
name was never updated to reflect it.
2018-03-08 06:47:43 -08:00
Pig Monkey
25eae73817 add new-fangled python-pipenv 2018-03-07 11:58:47 -08:00
Pig Monkey
ea0f25df20 enable 4.15 med_power_with_dipm 2018-02-11 14:28:09 -08:00
Pig Monkey
fa0a2ce03d add visidata for spreadsheet manipulation 2018-02-09 10:31:24 -08:00