ansible #1

Merged
onjen merged 14 commits from ansible into master 2021-08-26 20:53:23 +02:00
3 changed files with 8 additions and 1 deletions
Showing only changes of commit 15f13fcb4e - Show all commits

View File

@ -7,4 +7,5 @@ Invoke with
TODO TODO
* monokai scheme * monokai scheme
* gitconfig * gitconfig
* make idempotent
* firefox und addons/filterlisten * firefox und addons/filterlisten

View File

@ -6,3 +6,7 @@ Host ovh
HostName 51.89.23.55 HostName 51.89.23.55
Port 2222 Port 2222
User rothe User rothe
Host strato
HostName ssh.strato.de
Port 22
User 510616466.swh.strato-hosting.eu

View File

@ -6,10 +6,12 @@ syntax on
colorscheme monokai colorscheme monokai
" python " python
au BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 au BufNewFile,BufRead *.py,*.go set tabstop=4 softtabstop=4 shiftwidth=4
\ textwidth=79 expandtab autoindent fileformat=unix \ textwidth=79 expandtab autoindent fileformat=unix
au BufNewFile,BufRead *.yaml set tabstop=2 softtabstop=2 shiftwidth=2 au BufNewFile,BufRead *.yaml set tabstop=2 softtabstop=2 shiftwidth=2
\ textwidth=79 expandtab autoindent fileformat=unix \ textwidth=79 expandtab autoindent fileformat=unix
au BufNewFile,BufRead *.html,*.css set tabstop=2 softtabstop=2 shiftwidth=2
\ expandtab autoindent colorcolumn=0
au BufNewFile,BufRead *.launch set filetype=xml au BufNewFile,BufRead *.launch set filetype=xml
" vim-plug " vim-plug