Remove support for ubuntu/debian
This commit is contained in:
parent
5f3cdb3efb
commit
195b9600bb
5 changed files with 11 additions and 42 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
packages:
|
||||
- python
|
||||
- poetry
|
||||
- git
|
||||
- vim
|
||||
- neovim
|
||||
- npm
|
||||
- docker
|
||||
- docker-compose
|
||||
- ttf-ibm-plex
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
packages:
|
||||
- git
|
||||
- vim
|
||||
- neovim
|
||||
- python3
|
||||
- python3-pip
|
||||
- python3-venv
|
||||
- python3-setuptools
|
||||
- exuberant-ctags
|
||||
- apt-transport-https
|
||||
- fonts-ibm-plex
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue