Remove support for ubuntu/debian

This commit is contained in:
Sonny Bakker 2021-11-25 10:28:20 +01:00
parent 5f3cdb3efb
commit 195b9600bb
5 changed files with 11 additions and 42 deletions

View file

@ -19,11 +19,7 @@
- npm
tasks:
- import_tasks: 'tasks/main.yml'
- include_role:
name: common
tasks_from: 'poetry.yml'
- import_tasks: 'tasks/dotfiles.yml'
- import_tasks: 'tasks/neovim.yml'
vars_files:
- 'vars/main.yml'
- 'vars/{{ ansible_distribution|lower }}-{{ ansible_distribution_release|lower }}.yml'
- 'vars.yml'

View file

@ -1,7 +1,16 @@
ansible_connection: local
ansible_python_interpreter: '/usr/bin/env python'
packages: []
packages:
- python
- poetry
- git
- vim
- neovim
- npm
- docker
- docker-compose
- ttf-ibm-plex
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'

View file

@ -1,10 +0,0 @@
packages:
- python
- poetry
- git
- vim
- neovim
- npm
- docker
- docker-compose
- ttf-ibm-plex

View file

@ -1,11 +0,0 @@
packages:
- git
- vim
- neovim
- python3
- python3-pip
- python3-venv
- python3-setuptools
- exuberant-ctags
- apt-transport-https
- fonts-ibm-plex

View file

@ -1,15 +0,0 @@
dotfiles_repo: 'https://git.fudiggity.nl/sonny/dotfiles.git'
githook_repo: 'https://git.fudiggity.nl/sonny/git-hooks.git'
packages:
- git
- vim
- neovim
- python2
- python3
- python3-pip
- python3-venv
- python3-setuptools
- exuberant-ctags
- apt-transport-https
- fonts-ibm-plex