updating desktop setup

This commit is contained in:
2023-04-12 21:49:58 -07:00
parent fc983b39a6
commit 2a4a8b3ddd
6 changed files with 314 additions and 182 deletions

View File

@@ -17,12 +17,22 @@
BACKSPACE="guess"
- name: enable passwordless sudo for desktop users
become: true
ansible.builtin.copy:
src: "{{ role_path }}/files/sudoers"
dest: /etc/sudoers
mode: 0440
owner: root
group: root
- name: set up common desktop tools
become: true
ansible.builtin.apt: name={{ item }} state=present
with_items:
- acpitool
- emacs
- mate-terminal
- vim-gtk
- name: set up desktop environments
@@ -33,6 +43,15 @@
- i3lock
- stumpwm
- name: install StumpWM gnome session
become: true
ansible.builtin.copy:
src: "{{ role_path }}/files/stumpwm-gnome.desktop"
dest: /usr/share/xsessions/stumpwm-gnome.desktop
mode: 0644
owner: root
group: root
- name: set up xprogs
become: true
ansible.builtin.apt: name={{ item }} state=present
@@ -43,4 +62,11 @@
- firefox
- gparted
- scrot
- thunar
- thunar-archive-plugin
- thunar-font-manager
- thunar-gtkhash
- thunar-vcs-plugin
- thunar-volman
- vlc
- xfce4-places-plugin