Commit a5fb9b2a authored by nanahira's avatar nanahira

srv

parent 5b5e0359
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
track_submodules: true track_submodules: true
- name: ygopro - name: ygopro
git: git:
repo: 'https://github.com/{{fork}}/ygopro' repo: 'https://code.mycard.moe/{{fork}}/ygopro'
dest: '{{home_path}}/ygopro' dest: '{{home_path}}/ygopro'
version: '{{ygopro_branch}}' version: '{{ygopro_branch}}'
force: true force: true
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
path: '{{home_path}}/ygopro/ygopro' path: '{{home_path}}/ygopro/ygopro'
- name: windbot - name: windbot
git: git:
repo: 'https://github.com/{{fork}}/windbot' repo: 'https://code.mycard.moe/{{fork}}/windbot'
dest: '{{home_path}}/windbot' dest: '{{home_path}}/windbot'
version: '{{windbot_branch}}' version: '{{windbot_branch}}'
force: true force: true
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
when: 'server_type != "tournament"' when: 'server_type != "tournament"'
- name: srvpro - name: srvpro
git: git:
repo: 'https://github.com/{{fork}}/srvpro' repo: 'https://code.mycard.moe/{{fork}}/srvpro'
dest: '{{home_path}}/ygopro-server' dest: '{{home_path}}/ygopro-server'
version: '{{srvpro_branch}}' version: '{{srvpro_branch}}'
force: true force: true
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
track_submodules: true track_submodules: true
- name: challonge - name: challonge
git: git:
repo: 'https://github.com/moecube/challonge' repo: 'https://code.mycard.moe/mycard/challonge'
dest: '{{home_path}}/ygopro-server/challonge' dest: '{{home_path}}/ygopro-server/challonge'
version: master version: master
force: true force: true
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
track_submodules: true track_submodules: true
- name: srvpro - name: srvpro
git: git:
repo: 'https://github.com/{{fork}}/srvpro' repo: 'https://code.mycard.moe/{{fork}}/srvpro'
dest: '{{home_path}}/ygopro-server' dest: '{{home_path}}/ygopro-server'
version: '{{srvpro_branch}}' version: '{{srvpro_branch}}'
force: true force: true
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
when: srvpro_result.changed when: srvpro_result.changed
- name: challonge - name: challonge
git: git:
repo: 'https://github.com/moecube/challonge' repo: 'https://code.mycard.moe/mycard/challonge'
dest: '{{home_path}}/ygopro-server/challonge' dest: '{{home_path}}/ygopro-server/challonge'
version: master version: master
force: true force: true
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
track_submodules: true track_submodules: true
- name: windbot - name: windbot
git: git:
repo: 'https://github.com/{{fork}}/windbot' repo: 'https://code.mycard.moe/{{fork}}/windbot'
dest: '{{home_path}}/windbot' dest: '{{home_path}}/windbot'
version: '{{windbot_branch}}' version: '{{windbot_branch}}'
force: true force: true
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
shell: 'cp -rf {{home_path}}/ygopro {{home_path}}/ygopro-new' shell: 'cp -rf {{home_path}}/ygopro {{home_path}}/ygopro-new'
- name: ygopro - name: ygopro
git: git:
repo: 'https://github.com/{{fork}}/ygopro' repo: 'https://code.mycard.moe/{{fork}}/ygopro'
dest: '{{home_path}}/ygopro-new' dest: '{{home_path}}/ygopro-new'
version: '{{ygopro_branch}}' version: '{{ygopro_branch}}'
force: true force: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment