mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Add initial Ubuntu workstation orchestration
This commit is contained in:
@@ -1 +1,9 @@
|
||||
# variables for Ubuntu hosts
|
||||
---
|
||||
ubuntu_packages_base:
|
||||
- ca-certificates
|
||||
- curl
|
||||
- gpg
|
||||
- python3-apt
|
||||
- python3-gi
|
||||
- python3-gi-cairo
|
||||
- software-properties-common
|
||||
|
||||
@@ -1 +1,17 @@
|
||||
# workstation profile variables
|
||||
---
|
||||
profile_packages:
|
||||
- dbus-user-session
|
||||
- gnome-keyring
|
||||
- gnome-shell-extension-manager
|
||||
- gnome-shell-extensions
|
||||
- gnome-terminal
|
||||
- gnome-tweaks
|
||||
- seahorse
|
||||
|
||||
workstation_user_directories:
|
||||
- path: "{{ user_home }}/.config"
|
||||
mode: "0755"
|
||||
- path: "{{ user_home }}/.local"
|
||||
mode: "0755"
|
||||
- path: "{{ user_home }}/.local/bin"
|
||||
mode: "0755"
|
||||
|
||||
Reference in New Issue
Block a user