chore(playbook): remove unused configurations and files
This commit is contained in:
parent
1c91865705
commit
5ba41fcefe
1 changed files with 1 additions and 59 deletions
60
playbook.yml
60
playbook.yml
|
@ -36,33 +36,6 @@
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
directory_mode: '0750'
|
directory_mode: '0750'
|
||||||
|
|
||||||
- name: Install packages
|
|
||||||
ansible.builtin.package:
|
|
||||||
pkg:
|
|
||||||
- zsh
|
|
||||||
- pass
|
|
||||||
- vifm
|
|
||||||
- cmus
|
|
||||||
- unzip
|
|
||||||
state: present
|
|
||||||
become: true
|
|
||||||
|
|
||||||
- name: Clone my zsh repository
|
|
||||||
ansible.builtin.git:
|
|
||||||
repo: ssh://git@git.epha.se:24422/ephase/zsh_config.git
|
|
||||||
dest: '{{ ansible_user_dir }}/.config/zsh'
|
|
||||||
|
|
||||||
- name: Symlink .zshenv to ~
|
|
||||||
ansible.builtin.file:
|
|
||||||
src: '{{ ansible_user_dir }}/.config/zsh/.zshenv'
|
|
||||||
dest: '{{ ansible_user_dir }}/.zshenv'
|
|
||||||
state: link
|
|
||||||
|
|
||||||
- name: Clone my neovim repository
|
|
||||||
ansible.builtin.git:
|
|
||||||
repo: ssh://git@git.epha.se:24422/ephase/nvim_config.git
|
|
||||||
dest: '{{ ansible_user_dir }}/.config/nvim'
|
|
||||||
|
|
||||||
- name: Launch Sway related roles
|
- name: Launch Sway related roles
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
|
@ -74,28 +47,9 @@
|
||||||
- ansible-swayidle
|
- ansible-swayidle
|
||||||
- ansible-waybar
|
- ansible-waybar
|
||||||
|
|
||||||
- name: Configure desktop
|
- name: Install some stuff
|
||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install packages on Arch
|
|
||||||
ansible.builtin.package:
|
|
||||||
pkg:
|
|
||||||
- arc-solid-gtk-theme
|
|
||||||
- glib2
|
|
||||||
- pinentry
|
|
||||||
- gcr
|
|
||||||
- libnotify
|
|
||||||
- opensc
|
|
||||||
- qt5-wayland
|
|
||||||
- ttf-dejavu
|
|
||||||
- ttf-fira-code
|
|
||||||
- ttf-joypixels
|
|
||||||
- ttf-liberation
|
|
||||||
- ttf-linux-libertine
|
|
||||||
- xorg-xwayland
|
|
||||||
when: ansible_distribution == "Archlinux"
|
|
||||||
become: true
|
|
||||||
|
|
||||||
- name: Install packages on Debian
|
- name: Install packages on Debian
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
pkg:
|
pkg:
|
||||||
|
@ -114,7 +68,6 @@
|
||||||
- pcscd
|
- pcscd
|
||||||
- pcsc-tools
|
- pcsc-tools
|
||||||
- pulseaudio-utils
|
- pulseaudio-utils
|
||||||
- qtwayland5
|
|
||||||
- scdaemon
|
- scdaemon
|
||||||
- texlive
|
- texlive
|
||||||
- webext-browserpass
|
- webext-browserpass
|
||||||
|
@ -127,27 +80,16 @@
|
||||||
pkg:
|
pkg:
|
||||||
- papirus-icon-theme
|
- papirus-icon-theme
|
||||||
- brightnessctl
|
- brightnessctl
|
||||||
- chafa
|
|
||||||
- firefox
|
|
||||||
- foot
|
- foot
|
||||||
- foot-terminfo
|
- foot-terminfo
|
||||||
- fuzzel
|
- fuzzel
|
||||||
- fzf
|
|
||||||
- highlight
|
|
||||||
- hugo
|
|
||||||
- imv
|
- imv
|
||||||
- khal
|
|
||||||
- khard
|
|
||||||
- npm
|
|
||||||
- mpv
|
- mpv
|
||||||
- ntfs-3g
|
- ntfs-3g
|
||||||
- pipewire
|
- pipewire
|
||||||
- pipewire-pulse
|
- pipewire-pulse
|
||||||
- qutebrowser
|
|
||||||
- rsync
|
|
||||||
- sshfs
|
- sshfs
|
||||||
- udisks2
|
- udisks2
|
||||||
- vdirsyncer
|
|
||||||
- wireplumber
|
- wireplumber
|
||||||
- xdg-desktop-portal-wlr
|
- xdg-desktop-portal-wlr
|
||||||
- xdg-user-dirs
|
- xdg-user-dirs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue