How to Setup your vim editor for YAML, Ansible Playbook, Kubernetes

preview_player
Показать описание
A simple demo to explain how can we setup vim editor for YAML files. (How to setup Ansible Development Environment)

As we know, Ansible is used by engineers from all platforms including Linux/Unix, Windows, Networking, DBA side, Developers, Middleware etc. And we know, Ansible controlnode is available only for unix based platforms so far. So handling playbooks is a headache as even a single white space in your playbook can spoil your entire day.

You have so many ways to edit playbook – you can use any visual editor like atom, VSCode, Sublime etc or can sync with git or directly use GUI in linux environment. And most of them have plugins for ansible as you can easily highlight syntax and understand the indentation.

Gineesh Madapparambath
See techbeatly links at the bottom

YouTube : Subscribe
Рекомендации по теме
Комментарии
Автор

You can see the installed colorschemes by typing :colorscheme and then a space and press tab in vim editor.


:colorscheme desert

techbeatly
Автор

Hello from Russia, man 🙂 Nice tutorial, thank you !

georgiysedov
Автор

Good demo.. looking forward for more..

PravasiExpress
Автор

Xellent #Gineesh :: Great STUFF
#THANKyou😉

kadapalaraghu
Автор

autocmd FileType yaml setlocal et ts=2 ai sw=2 nu sts=0
syntax on

Pradeep-xhmy
Автор

why did you have to create your vimrc file? mine was already created after a fresh install of vim and it had many lines already

christopherblanche