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"
|
||||
- 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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user