aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-27 19:50:58 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-27 19:50:58 -0400
commit634e45b8177865b937cd29ce9e692cd242b1aa74 (patch)
treeaef32bbd4ec62eddac7275021d08c97323ad2a85 /roles
parentf0ef5fd40c8c08d68f4df1e670529abf2fc8d8ed (diff)
downloadselfhosted-634e45b8177865b937cd29ce9e692cd242b1aa74.tar.gz
selfhosted-634e45b8177865b937cd29ce9e692cd242b1aa74.zip
linux_desktop: update docs
Diffstat (limited to 'roles')
-rw-r--r--roles/linux_desktop/README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/roles/linux_desktop/README.md b/roles/linux_desktop/README.md
index 0660a1c..bca2533 100644
--- a/roles/linux_desktop/README.md
+++ b/roles/linux_desktop/README.md
@@ -7,7 +7,7 @@ Description
The `linux_desktop` role performs various setup tasks for Linux workstations,
including:
- - install and configure XFCE desktop environment
+ - install and configure KDE desktop environment
- set the default systemd target to `graphical`
- configure Flatpak repository and install apps
@@ -23,13 +23,6 @@ Variable | Default |
-------------------------------------------|-----------------------------------|------------
`linux_desktop_access_group` | `role-linux-desktop-access` | FreeIPA group allowed to login to GDM (will be created)
`linux_desktop_flatpak_update_on_calendar` | `daily` | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for updating Flatpak apps
-`linux_desktop_thumbnail_cache_size` | 4096 | Size of thumbnail cache (MB)
-`linux_desktop_qogir_version` | see [defaults](defaults/main.yml) | [Qogir theme](https://github.com/vinceliuice/Qogir-theme) version
-`linux_desktop_qogir_icon_version` | see [defaults](defaults/main.yml) | [Qogir icon theme](https://github.com/vinceliuice/Qogir-icon-theme) version
-`linux_desktop_lightdm_gtk_theme` | `Qogir` | LightDM GTK theme name
-`linux_desktop_lightdm_icon_theme` | `Qogir` | LightDM icon theme name
-`linux_desktop_lightdm_cursor_theme` | `Qogir` | LightDM cursor theme name
-`linux_desktop_lightdm_font_name` | `Liberation Sans 9` | LightDM font name
Usage
-----