Update links across the board to point to git.9iron
This commit is contained in:
parent
988246ac66
commit
add7926db5
2
ec2.yml
2
ec2.yml
@ -71,7 +71,7 @@
|
|||||||
redirect_webroot: "/var/www/redirect"
|
redirect_webroot: "/var/www/redirect"
|
||||||
- role: gitweb
|
- role: gitweb
|
||||||
vars:
|
vars:
|
||||||
gitweb_repo: "https://gitlab.com/rehashedsalt/www"
|
gitweb_repo: "https://git.9iron.club/salt/www"
|
||||||
gitweb_url: "www.9iron.club"
|
gitweb_url: "www.9iron.club"
|
||||||
gitweb_webroot: "/var/www/www"
|
gitweb_webroot: "/var/www/www"
|
||||||
- role: dokuwiki
|
- role: dokuwiki
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
mode: "0600"
|
mode: "0600"
|
||||||
- name: Create system copy of Ansible repo
|
- name: Create system copy of Ansible repo
|
||||||
git:
|
git:
|
||||||
repo: "https://gitlab.com/rehashedsalt/ansible"
|
repo: "https://git.9iron.club/salt/ansible"
|
||||||
dest: /opt/ansible-repo
|
dest: /opt/ansible-repo
|
||||||
update: yes
|
update: yes
|
||||||
- name: Set up pull and run cronjob
|
- name: Set up pull and run cronjob
|
||||||
|
@ -50,10 +50,15 @@
|
|||||||
name: url."https://gitlab.com/".insteadOf
|
name: url."https://gitlab.com/".insteadOf
|
||||||
value: "git@gitlab.com:"
|
value: "git@gitlab.com:"
|
||||||
scope: global
|
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
|
- name: Clone bootstrap script
|
||||||
git:
|
git:
|
||||||
accept_hostkey: yes
|
accept_hostkey: yes
|
||||||
repo: git@gitlab.com:rehashedsalt/bootstrap
|
repo: git@git.9iron.club:salt/bootstrap
|
||||||
dest: $HOME/bootstrap
|
dest: $HOME/bootstrap
|
||||||
depth: 1
|
depth: 1
|
||||||
force: yes
|
force: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user