Update links across the board to point to git.9iron

This commit is contained in:
Salt 2020-04-30 13:26:16 -05:00
parent 988246ac66
commit add7926db5
3 changed files with 8 additions and 3 deletions

View File

@ -71,7 +71,7 @@
redirect_webroot: "/var/www/redirect"
- role: gitweb
vars:
gitweb_repo: "https://gitlab.com/rehashedsalt/www"
gitweb_repo: "https://git.9iron.club/salt/www"
gitweb_url: "www.9iron.club"
gitweb_webroot: "/var/www/www"
- role: dokuwiki

View File

@ -10,7 +10,7 @@
mode: "0600"
- name: Create system copy of Ansible repo
git:
repo: "https://gitlab.com/rehashedsalt/ansible"
repo: "https://git.9iron.club/salt/ansible"
dest: /opt/ansible-repo
update: yes
- name: Set up pull and run cronjob

View File

@ -50,10 +50,15 @@
name: url."https://gitlab.com/".insteadOf
value: "git@gitlab.com:"
scope: global
- name: Configure git SSH substitute for 9iron
git_config:
name: url."https://git.9iron.club/".insteadOf
value: "git@git.9iron.club:"
scope: global
- name: Clone bootstrap script
git:
accept_hostkey: yes
repo: git@gitlab.com:rehashedsalt/bootstrap
repo: git@git.9iron.club:salt/bootstrap
dest: $HOME/bootstrap
depth: 1
force: yes