changed git url
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
snmpd_conf: /etc/snmp/snmpd.conf
|
||||
sudo: /usr/bin/sudo
|
||||
sudo: /usr/bin/sudo
|
||||
|
||||
gitserver: gitea.mewissen.site
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
ANSIBLEUSER="ansible"
|
||||
BRANCH="{{ branch | default('master') }}"
|
||||
LOGFILE="/var/log/ansible.log"
|
||||
REPO="https://gitlab.social.my-wan.de/rene/ansible-pull.git"
|
||||
REPO="https://gitea.mewissen.site/rene/ansible-pull.git"
|
||||
VAULT_KEY="</path/to/ansible_vault_key>"
|
||||
PRECMD="sudo systemd-inhibit --who='ansible-pull' --why='provisioning'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user