Applied ansible-lint fixes

This commit is contained in:
Sonny Bakker 2026-01-16 10:20:25 +01:00
parent 24b567fc57
commit 347104529f
20 changed files with 239 additions and 220 deletions

View file

@ -1,7 +1,8 @@
dotfiles_repo: 'git@forgejo.fudiggity.nl:sonny/dotfiles.git'
---
dotfiles_repo: "git@forgejo.fudiggity.nl:sonny/dotfiles.git"
git_domain: 'forgejo.fudiggity.nl'
git_host_key: 'forgejo.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBqEej87ukSK7KGi7e0q+oTrru4h7Fm6fK8GgiMtu01+'
git_domain: "forgejo.fudiggity.nl"
git_host_key: "forgejo.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBqEej87ukSK7KGi7e0q+oTrru4h7Fm6fK8GgiMtu01+"
git_name: Sonny Bakker
git_email: sonny871@hotmail.com

View file

@ -1,50 +1,51 @@
---
neovim_plugins:
- url: 'https://forgejo.fudiggity.nl/sonny/source-link.lua'
name: 'source-link'
- url: 'https://github.com/nvim-tree/nvim-tree.lua'
name: 'nvim-tree'
- url: 'https://github.com/nvim-tree/nvim-web-devicons'
name: 'nvim-tree-icons'
- url: 'https://github.com/neovim/nvim-lspconfig'
name: 'nvim-lspconfig'
- url: 'https://github.com/hrsh7th/nvim-cmp'
name: 'nvim-cmp'
- url: 'https://github.com/hrsh7th/cmp-buffer'
name: 'cmp-buffer'
- url: 'https://github.com/hrsh7th/cmp-path'
name: 'cmp-path'
- url: 'https://github.com/hrsh7th/cmp-omni'
name: 'cmp-omni'
- url: 'https://github.com/hrsh7th/cmp-nvim-lsp'
name: 'cmp-nvim-lsp'
- url: 'https://github.com/hrsh7th/cmp-nvim-lua'
name: 'cmp-nvim-lua'
- url: 'https://github.com/nvim-treesitter/nvim-treesitter'
name: 'nvim-treesitter'
- url: "https://forgejo.fudiggity.nl/sonny/source-link.lua"
name: "source-link"
- url: "https://github.com/nvim-tree/nvim-tree.lua"
name: "nvim-tree"
- url: "https://github.com/nvim-tree/nvim-web-devicons"
name: "nvim-tree-icons"
- url: "https://github.com/neovim/nvim-lspconfig"
name: "nvim-lspconfig"
- url: "https://github.com/hrsh7th/nvim-cmp"
name: "nvim-cmp"
- url: "https://github.com/hrsh7th/cmp-buffer"
name: "cmp-buffer"
- url: "https://github.com/hrsh7th/cmp-path"
name: "cmp-path"
- url: "https://github.com/hrsh7th/cmp-omni"
name: "cmp-omni"
- url: "https://github.com/hrsh7th/cmp-nvim-lsp"
name: "cmp-nvim-lsp"
- url: "https://github.com/hrsh7th/cmp-nvim-lua"
name: "cmp-nvim-lua"
- url: "https://github.com/nvim-treesitter/nvim-treesitter"
name: "nvim-treesitter"
version: master # main seems broken?
- url: 'https://github.com/nvim-lua/plenary.nvim'
name: 'plenary.nvim'
- url: 'https://github.com/nvim-telescope/telescope-fzf-native.nvim'
name: 'telescope-fzf-native.nvim'
- url: 'https://github.com/nvim-telescope/telescope.nvim'
name: 'telescope.nvim'
version: '0.1.x'
- url: 'https://github.com/L3MON4D3/LuaSnip'
name: 'luasnip'
version: 'v1.0.0'
- url: 'https://github.com/lewis6991/gitsigns.nvim'
name: 'gitsigns.nvim'
version: 'v0.9.0'
- url: 'https://github.com/nvim-lualine/lualine.nvim'
name: 'lualine'
- url: 'https://github.com/lukas-reineke/indent-blankline.nvim'
name: 'indent-blankline.nvim'
version: 'v3.7.2'
- url: 'https://github.com/projekt0n/github-nvim-theme.git'
name: 'github-colors'
version: 'v1.1.2'
- url: 'https://github.com/stevearc/conform.nvim.git'
name: 'conform.nvim'
version: 'v9.0.0'
- url: "https://github.com/nvim-lua/plenary.nvim"
name: "plenary.nvim"
- url: "https://github.com/nvim-telescope/telescope-fzf-native.nvim"
name: "telescope-fzf-native.nvim"
- url: "https://github.com/nvim-telescope/telescope.nvim"
name: "telescope.nvim"
version: "0.1.x"
- url: "https://github.com/L3MON4D3/LuaSnip"
name: "luasnip"
version: "v1.0.0"
- url: "https://github.com/lewis6991/gitsigns.nvim"
name: "gitsigns.nvim"
version: "v0.9.0"
- url: "https://github.com/nvim-lualine/lualine.nvim"
name: "lualine"
- url: "https://github.com/lukas-reineke/indent-blankline.nvim"
name: "indent-blankline.nvim"
version: "v3.7.2"
- url: "https://github.com/projekt0n/github-nvim-theme.git"
name: "github-colors"
version: "v1.1.2"
- url: "https://github.com/stevearc/conform.nvim.git"
name: "conform.nvim"
version: "v9.0.0"
language_servers: []

View file

@ -1,4 +1,5 @@
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
---
xdg_config_dir: "{{ ansible_env.HOME }}/.config"
xdg_data_dir: "{{ ansible_env.HOME }}/.local/share"
packages: []

View file

@ -1,40 +1,41 @@
---
aur_packages:
- url: 'https://aur.archlinux.org/nvm.git'
name: 'nvm'
package_name: 'nvm'
version: '0.40.0-1'
arch: 'any'
- url: "https://aur.archlinux.org/nvm.git"
name: "nvm"
package_name: "nvm"
version: "0.40.0-1"
arch: "any"
aur_build_dir: '/usr/local/src'
python_build_dir: '/usr/local/src'
python_install_dir: '/opt'
aur_build_dir: "/usr/local/src"
python_build_dir: "/usr/local/src"
python_install_dir: "/opt"
python_download_url: 'https://www.python.org/ftp/python'
python_download_url: "https://www.python.org/ftp/python"
python_versions:
- version: 3.12.9
path: 'python3.12'
binary: 'python3.12'
path: "python3.12"
binary: "python3.12"
- version: 3.11.9
path: 'python3.11'
binary: 'python3.11'
path: "python3.11"
binary: "python3.11"
- version: 3.10.0
path: 'python3.10'
binary: 'python3.10'
path: "python3.10"
binary: "python3.10"
- version: 3.9.14
path: 'python3.9'
binary: 'python3.9'
path: "python3.9"
binary: "python3.9"
- version: 3.8.14
path: 'python3.8'
binary: 'python3.8'
path: "python3.8"
binary: "python3.8"
- version: 3.7.14
path: 'python3.7'
binary: 'python3.7'
path: "python3.7"
binary: "python3.7"
- version: 3.6.15
path: 'python3.6'
binary: 'python3.6'
path: "python3.6"
binary: "python3.6"

View file

@ -1,3 +1,4 @@
---
language_servers:
- package: ansible-language-server
server_name: "ansiblels"

View file

@ -1,3 +1,4 @@
---
packages:
- python
- git

View file

@ -1,3 +1,4 @@
---
# TODO: add lua language server, see https://github.com/LuaLS/lua-language-server?
language_servers:
- package: "@ansible/ansible-language-server"

View file

@ -1,3 +1,4 @@
---
packages:
- python3
- git