SSH: Add global known hosts
This commit is contained in:
parent
7c1d978654
commit
03c99a7b8c
6 changed files with 53 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Common/Usersettings: Universial Dotfiles. Update regularly.
|
||||
# Common/Usersettings: Universal Dotfiles. Update regularly.
|
||||
|
||||
- name: Usersettings - Install required tools
|
||||
become: "{{ ansible_facts['os_family'] != 'Darwin' }}"
|
||||
|
|
@ -75,10 +75,7 @@
|
|||
src: "{{ role_path }}/files/_gitignore_global",
|
||||
dest: "{{ ansible_facts['user_dir'] }}/.gitignore_global",
|
||||
}
|
||||
- {
|
||||
src: "{{ role_path }}/files/_config/mpv.conf",
|
||||
dest: "{{ ansible_facts['user_dir'] }}/.config/mpv/",
|
||||
}
|
||||
- { src: "{{ role_path }}/files/_config/mpv.conf", dest: "{{ ansible_facts['user_dir'] }}/.config/mpv/" }
|
||||
- {
|
||||
src: "{{ role_path }}/files/_oh-my-zsh/jtbx.zsh-theme",
|
||||
dest: "{{ ansible_facts['user_dir'] }}/.oh-my-zsh/custom/themes/jtbx.zsh-theme",
|
||||
|
|
@ -148,10 +145,7 @@
|
|||
repo: "https://github.com/itchyny/lightline.vim",
|
||||
dest: "{{ ansible_facts['user_dir'] }}/.vim/bundle/lightline",
|
||||
}
|
||||
- {
|
||||
repo: "https://github.com/w0rp/ale",
|
||||
dest: "{{ ansible_facts['user_dir'] }}/.vim/bundle/ale",
|
||||
}
|
||||
- { repo: "https://github.com/w0rp/ale", dest: "{{ ansible_facts['user_dir'] }}/.vim/bundle/ale" }
|
||||
- {
|
||||
repo: "https://github.com/airblade/vim-gitgutter",
|
||||
dest: "{{ ansible_facts['user_dir'] }}/.vim/bundle/vim-gitgutter",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue