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'
|
||||
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
|
||||
hosts: all
|
||||
roles:
|
||||
|
@ -74,28 +47,9 @@
|
|||
- ansible-swayidle
|
||||
- ansible-waybar
|
||||
|
||||
- name: Configure desktop
|
||||
- name: Install some stuff
|
||||
hosts: all
|
||||
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
|
||||
ansible.builtin.package:
|
||||
pkg:
|
||||
|
@ -114,7 +68,6 @@
|
|||
- pcscd
|
||||
- pcsc-tools
|
||||
- pulseaudio-utils
|
||||
- qtwayland5
|
||||
- scdaemon
|
||||
- texlive
|
||||
- webext-browserpass
|
||||
|
@ -127,27 +80,16 @@
|
|||
pkg:
|
||||
- papirus-icon-theme
|
||||
- brightnessctl
|
||||
- chafa
|
||||
- firefox
|
||||
- foot
|
||||
- foot-terminfo
|
||||
- fuzzel
|
||||
- fzf
|
||||
- highlight
|
||||
- hugo
|
||||
- imv
|
||||
- khal
|
||||
- khard
|
||||
- npm
|
||||
- mpv
|
||||
- ntfs-3g
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- qutebrowser
|
||||
- rsync
|
||||
- sshfs
|
||||
- udisks2
|
||||
- vdirsyncer
|
||||
- wireplumber
|
||||
- xdg-desktop-portal-wlr
|
||||
- xdg-user-dirs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue