changed git url

This commit is contained in:
2022-10-27 11:38:22 +02:00
parent 57090b2870
commit 07dc31ecf0
6 changed files with 9 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
group: 'root'
loop:
- { ip: '192.168.1.240', fqdn: 'coruscant.universe.local'}
- { ip: '192.168.1.238', fqdn: 'gitlab.social.my-wan.de'}
- { ip: '192.168.1.238', fqdn: 'gitea.mewissen.site'}
when:
- set_hosts is defined
- set_hosts == true

View File

@@ -44,7 +44,7 @@
path: "{{ getent_passwd[user][4] }}/.ssh/config"
state: present
block: |
Host gitlab.social.my-wan.de
Host gitea.mewissen.site
IdentityFile ~/.ssh/gitlab_read_ed25519
IdentitiesOnly Yes
create: True
@@ -64,7 +64,7 @@
force: yes
with_items:
- { repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k' }
- { repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/dotfiles.git', dir: 'dotfiles' }
- { repo: 'ssh://git@gitea.mewissen.site:22422/rene/dotfiles.git', dir: 'dotfiles' }
ignore_errors: yes
- name: users | {{ user }} | link dotfiles

View File

@@ -51,7 +51,7 @@
# dest: '/home/rene/{{ item.dir }}'
# key_file: '/home/rene/.ssh/gitlab_read_ed25519'
# with_items:
# - {repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/dotfiles.git', dir: 'dotfiles'}
# - {repo: 'ssh://git@gitea.mewissen.site:22422/rene/dotfiles.git', dir: 'dotfiles'}
# - {repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k'}
# - name: users | rene | link dotfiles

View File

@@ -64,7 +64,7 @@
- name: users | root | clone root_bins
git:
repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/root-bin.git'
repo: 'ssh://git@gitea.mewissen.site:22422/rene/root-bin.git'
dest: "{{ root_home }}/bin"
key_file: '/root/.ssh/gitlab_read_ed25519'
ignore_errors: True