Use read-only URL when ssh fails
This commit is contained in:
parent
ba2ae319b6
commit
ba225a09a7
3 changed files with 24 additions and 0 deletions
4
vars.yml
4
vars.yml
|
|
@ -13,6 +13,7 @@ packages:
|
|||
- docker-compose
|
||||
- fuse-overlayfs
|
||||
- ttf-ibm-plex
|
||||
- slirp4netns
|
||||
|
||||
aur_packages:
|
||||
- { url: 'https://aur.archlinux.org/rootlesskit.git', name: 'rootlesskit' }
|
||||
|
|
@ -27,7 +28,10 @@ xdg_config_dir: '{{ ansible_env.HOME }}/.config'
|
|||
xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
|
||||
|
||||
dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
|
||||
public_dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
|
||||
|
||||
githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
|
||||
public_githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
|
||||
|
||||
vim_plugins:
|
||||
- { url: 'https://github.com/preservim/nerdtree', name: 'nerdtree' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue