changed git url
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
snmpd_conf: /etc/snmp/snmpd.conf
|
snmpd_conf: /etc/snmp/snmpd.conf
|
||||||
sudo: /usr/bin/sudo
|
sudo: /usr/bin/sudo
|
||||||
|
|
||||||
|
gitserver: gitea.mewissen.site
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
group: 'root'
|
group: 'root'
|
||||||
loop:
|
loop:
|
||||||
- { ip: '192.168.1.240', fqdn: 'coruscant.universe.local'}
|
- { 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:
|
when:
|
||||||
- set_hosts is defined
|
- set_hosts is defined
|
||||||
- set_hosts == true
|
- set_hosts == true
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
path: "{{ getent_passwd[user][4] }}/.ssh/config"
|
path: "{{ getent_passwd[user][4] }}/.ssh/config"
|
||||||
state: present
|
state: present
|
||||||
block: |
|
block: |
|
||||||
Host gitlab.social.my-wan.de
|
Host gitea.mewissen.site
|
||||||
IdentityFile ~/.ssh/gitlab_read_ed25519
|
IdentityFile ~/.ssh/gitlab_read_ed25519
|
||||||
IdentitiesOnly Yes
|
IdentitiesOnly Yes
|
||||||
create: True
|
create: True
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
force: yes
|
force: yes
|
||||||
with_items:
|
with_items:
|
||||||
- { repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k' }
|
- { 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
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: users | {{ user }} | link dotfiles
|
- name: users | {{ user }} | link dotfiles
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
# dest: '/home/rene/{{ item.dir }}'
|
# dest: '/home/rene/{{ item.dir }}'
|
||||||
# key_file: '/home/rene/.ssh/gitlab_read_ed25519'
|
# key_file: '/home/rene/.ssh/gitlab_read_ed25519'
|
||||||
# with_items:
|
# 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'}
|
# - {repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k'}
|
||||||
|
|
||||||
# - name: users | rene | link dotfiles
|
# - name: users | rene | link dotfiles
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
- name: users | root | clone root_bins
|
- name: users | root | clone root_bins
|
||||||
git:
|
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"
|
dest: "{{ root_home }}/bin"
|
||||||
key_file: '/root/.ssh/gitlab_read_ed25519'
|
key_file: '/root/.ssh/gitlab_read_ed25519'
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
ANSIBLEUSER="ansible"
|
ANSIBLEUSER="ansible"
|
||||||
BRANCH="{{ branch | default('master') }}"
|
BRANCH="{{ branch | default('master') }}"
|
||||||
LOGFILE="/var/log/ansible.log"
|
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>"
|
VAULT_KEY="</path/to/ansible_vault_key>"
|
||||||
PRECMD="sudo systemd-inhibit --who='ansible-pull' --why='provisioning'"
|
PRECMD="sudo systemd-inhibit --who='ansible-pull' --why='provisioning'"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user