ss
This commit is contained in:
parent
c4a1512747
commit
df7548bcc4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ dotfiles:
|
||||||
home: /root
|
home: /root
|
||||||
|
|
||||||
ansible_forgejo_user: svc_ansible
|
ansible_forgejo_user: svc_ansible
|
||||||
ansible_forgejo_user_pass: "{{ lookup('viczem.keepass.keepass', 'user_setup_forgejo_user_pass', 'password') }}"
|
ansible_forgejo_user_pass: "{{ lookup('viczem.keepass.keepass', 'user_setup_forgejo_user_pass', 'password') }}" # user ist dem Repo als "Collaborator" hinzugefügt worden
|
||||||
|
|
||||||
dotfiles_vim_vundle_repo_url: "https://{{ ansible_forgejo_user | urlencode }}:{{ ansible_forgejo_user_pass | urlencode }}@git.mgrote.net/mirrors/Vundle.vim.git"
|
dotfiles_vim_vundle_repo_url: "https://{{ ansible_forgejo_user | urlencode }}:{{ ansible_forgejo_user_pass | urlencode }}@git.mgrote.net/mirrors/Vundle.vim.git"
|
||||||
dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles
|
dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles
|
||||||
|
|
Loading…
Reference in a new issue