remove home role for now
This commit is contained in:
@@ -263,12 +263,3 @@ etc_fstab_entries:
|
||||
opts: subvol=home,compress=zstd:1,x-systemd.device-timeout=0
|
||||
passno: 0
|
||||
dump: 0
|
||||
|
||||
users:
|
||||
flexo:
|
||||
shell: /bin/zsh
|
||||
dotfiles: git@git.spa5.dev:flexo/dotfiles
|
||||
|
||||
home_gnome_shell_extensions:
|
||||
'https://github.com/ubuntu/gnome-shell-extension-appindicator':
|
||||
extension_uuid: 'appindicatorsupport@rgcjonas.gmail.com'
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
home_place_dotfiles: false
|
||||
home_configure_gnome: true
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
- name: Compile glib schemas
|
||||
ansible.builtin.command:
|
||||
cmd: "glib-compile-schemas /home/{{ item[0] }}/.local/share/gnome-shell/extensions/{{ item[1].value.extension_uuid }}/schemas"
|
||||
with_nested:
|
||||
- "{{ users }}"
|
||||
- "{{ home_gnome_shell_extensions | dict2items }}"
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
- name: Clone dotfiles
|
||||
ansible.builtin.git:
|
||||
repo: "{{ item.value.dotfiles }}"
|
||||
dest: "/home/{{ item.key }}/.dotfiles"
|
||||
update: "{{ item.value.update }}"
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
- name: Install GNOME Shell Extensions
|
||||
ansible.builtin.git:
|
||||
repo: "{{ item[1].key }}"
|
||||
dest: "/home/{{ item[0] }}/.local/share/gnome-shell/extensions/{{ item[1].value.extension_uuid }}"
|
||||
with_nested:
|
||||
- "{{ users }}"
|
||||
- "{{ home_gnome_shell_extensions | dict2items }}"
|
||||
notify: Compile glib schemas
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
- name: Include dotfiles.yml
|
||||
ansible.builtin.include: dotfiles.yml
|
||||
when: home_place_dotfiles | bool
|
||||
|
||||
- name: Include gnome.yml
|
||||
ansible.builtin.include: gnome.yml
|
||||
when: home_configure_gnome | bool
|
||||
@@ -7,4 +7,3 @@
|
||||
- flatpak
|
||||
- rpm-ostree
|
||||
- etc
|
||||
#- home
|
||||
|
||||
Reference in New Issue
Block a user