Update configuration & remove old packages

This commit is contained in:
Sonny Bakker 2021-06-04 22:10:04 +02:00
parent 3e4d60091e
commit 64fde68038
5 changed files with 1 additions and 37 deletions

View file

@ -1,14 +1,5 @@
- hosts: localhost - hosts: localhost
pre_tasks: pre_tasks:
- name: load OS specific vars
include_vars: '{{ item }}'
with_first_found:
- files:
- '{{ ansible_distribution|lower }}-{{ ansible_distribution_release|lower }}.yml'
- '{{ ansible_distribution|lower }}.yml'
- '{{ ansible_os_family|lower }}.yml'
paths:
- 'vars/'
- name: install packages - name: install packages
become: true become: true
package: package:
@ -32,6 +23,6 @@
name: common name: common
tasks_from: 'poetry.yml' tasks_from: 'poetry.yml'
- import_tasks: 'tasks/dotfiles.yml' - import_tasks: 'tasks/dotfiles.yml'
- import_tasks: 'tasks/coc.yml'
vars_files: vars_files:
- 'vars/main.yml' - 'vars/main.yml'
- 'vars/{{ ansible_distribution|lower }}-{{ ansible_distribution_release|lower }}.yml'

View file

@ -1,20 +0,0 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
[tool.poetry]
name = "coc"
version = "0.1.0"
description = ""
authors = ["Sonny Bakker <sonny871@hotmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
black = "^19.10b0"
pylint = "^2.5.3"
autoflake = "^1.3.1"
neovim = "^0.3.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

View file

@ -6,7 +6,6 @@ packages:
- neovim - neovim
- npm - npm
- ctags - ctags
- kitty
- docker - docker
- docker-compose - docker-compose
- ttf-ibm-plex - ttf-ibm-plex

View file

@ -15,10 +15,5 @@ vim_plugins:
- { url: 'https://github.com/sheerun/vim-polyglot', name: 'vim-polygot' } - { url: 'https://github.com/sheerun/vim-polyglot', name: 'vim-polygot' }
- { url: 'https://github.com/arzg/vim-colors-xcode.git', name: 'vim-colors-xcode' } - { url: 'https://github.com/arzg/vim-colors-xcode.git', name: 'vim-colors-xcode' }
poetry_packages:
- black
- pylint
- autoflake
gitlab_domain: 'git.fudiggity.nl' gitlab_domain: 'git.fudiggity.nl'
gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn' gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'

View file

@ -12,5 +12,4 @@ packages:
- python3-setuptools - python3-setuptools
- exuberant-ctags - exuberant-ctags
- apt-transport-https - apt-transport-https
- kitty
- fonts-ibm-plex - fonts-ibm-plex