refactor: combine with Ubuntu Provisioning repo
Combine with this repository with https://github.com/opdavies/ubuntu-provisioning so that everything can be managed in one place, and add a role for each piece of software.
This commit is contained in:
parent
e11cf61218
commit
8916e90050
73 changed files with 239 additions and 3783 deletions
23
roles/dconf/files/dconf-settings.ini
Normal file
23
roles/dconf/files/dconf-settings.ini
Normal file
|
@ -0,0 +1,23 @@
|
|||
[org/gnome/desktop/wm/keybindings]
|
||||
move-to-workspace-1=['<Shift><Super>Home', '<Shift><Super>1']
|
||||
move-to-workspace-2=['<Shift><Super>2']
|
||||
move-to-workspace-3=['<Shift><Super>3']
|
||||
move-to-workspace-3=['<Shift><Super>3']
|
||||
move-to-workspace-4=['<Shift><Super>4']
|
||||
move-to-workspace-4=['<Shift><Super>4']
|
||||
move-to-workspace-5=['<Shift><Super>5']
|
||||
move-to-workspace-6=['<Shift><Super>6']
|
||||
move-to-workspace-7=['<Shift><Super>7']
|
||||
move-to-workspace-8=['<Shift><Super>8']
|
||||
move-to-workspace-9=['<Shift><Super>9']
|
||||
move-to-workspace-10=['<Shift><Super>0']
|
||||
switch-to-workspace-1=['<Super>1']
|
||||
switch-to-workspace-2=['<Super>2']
|
||||
switch-to-workspace-3=['<Super>3']
|
||||
switch-to-workspace-4=['<Super>4']
|
||||
switch-to-workspace-5=['<Super>5']
|
||||
switch-to-workspace-6=['<Super>6']
|
||||
switch-to-workspace-7=['<Super>7']
|
||||
switch-to-workspace-8=['<Super>8']
|
||||
switch-to-workspace-9=['<Super>9']
|
||||
switch-to-workspace-10=['<Super>0']
|
6
roles/dconf/tasks/main.yaml
Normal file
6
roles/dconf/tasks/main.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Configure
|
||||
ansible.builtin.file:
|
||||
src: "{{ role_path }}/files/dconf-settings.ini"
|
||||
dest: "{{ ansible_user_dir }}/.config/dconf-settings.ini"
|
||||
state: link
|
Loading…
Add table
Add a link
Reference in a new issue