-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdesktop.yml
51 lines (44 loc) · 1.35 KB
/
desktop.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
- hosts: localhost
connection: local
become: "yes"
remote_user: "{{ server_user.name }}"
vars_files:
- ./secrets.yml
pre_tasks:
- name: Passwordless users
become: "yes"
lineinfile:
path: /etc/sudoers
regexp: '\%sudo.+ALL=\(ALL:ALL\).+ALL'
line: "%sudo ALL=(ALL:ALL) NOPASSWD: ALL"
state: present
tags: sudoer
roles:
- role: basic_setup
user: "{{ server_user }}"
tags: basic
- role: haelle.oh_my_zsh
users:
- "{{ server_user.name }}"
tags: zsh
- role: haelle.vimrc
vim_user: "{{ server_user.name }}"
tags: vim
- role: desktop
tags: desktop
# Install desktop packages
# check docker installation for x86_64
# ruby
# nodejs
# redis
# python
# ^ all in docker ? why not
# Gnome plugins:
# Alt Tab Workspace: https://extensions.gnome.org/extension/310/alt-tab-workspace/
# Dash to Dock: https://micheleg.github.io/dash-to-dock/
# system-monitor: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet
# Pomodoro : https://github.com/codito/gnome-pomodoro/
# Docker : https://extensions.gnome.org/extension/1065/docker-status/
# Docker : https://extensions.gnome.org/extension/2224/easy-docker-containers/ (Gnome trop récent demandé)
# Emoji selector : https://github.com/maoschanz/emoji-selector-for-gnome