Commit 53b9a161 authored by nanahira's avatar nanahira

srvpro

parent 5712cd84
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
roles: roles:
- name: nodejs - name: nodejs
vars: vars:
nodejs_version: 12 nodejs_version: 14
- name: mono - name: mono
when: 'server_type != "tournament"' when: 'server_type != "tournament"'
tasks: tasks:
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
git: git:
repo: 'https://github.com/{{fork}}/ygopro' repo: 'https://github.com/{{fork}}/ygopro'
dest: '{{home_path}}/ygopro' dest: '{{home_path}}/ygopro'
version: server version: '{{ygopro_branch}}'
force: true force: true
accept_hostkey: true accept_hostkey: true
track_submodules: true track_submodules: true
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
git: git:
repo: 'https://github.com/{{fork}}/windbot' repo: 'https://github.com/{{fork}}/windbot'
dest: '{{home_path}}/windbot' dest: '{{home_path}}/windbot'
version: master version: '{{windbot_branch}}'
force: true force: true
accept_hostkey: true accept_hostkey: true
track_submodules: true track_submodules: true
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
git: git:
repo: 'https://github.com/{{fork}}/srvpro' repo: 'https://github.com/{{fork}}/srvpro'
dest: '{{home_path}}/ygopro-server' dest: '{{home_path}}/ygopro-server'
version: master version: '{{srvpro_branch}}'
force: true force: true
accept_hostkey: true accept_hostkey: true
track_submodules: true track_submodules: true
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
git: git:
repo: 'https://github.com/{{fork}}/srvpro' repo: 'https://github.com/{{fork}}/srvpro'
dest: '{{home_path}}/ygopro-server' dest: '{{home_path}}/ygopro-server'
version: '{{srvpro_branch}}'
force: true force: true
accept_hostkey: true accept_hostkey: true
track_submodules: true track_submodules: true
...@@ -38,6 +39,7 @@ ...@@ -38,6 +39,7 @@
git: git:
repo: 'https://github.com/{{fork}}/windbot' repo: 'https://github.com/{{fork}}/windbot'
dest: '{{home_path}}/windbot' dest: '{{home_path}}/windbot'
version: '{{windbot_branch}}'
force: true force: true
accept_hostkey: true accept_hostkey: true
track_submodules: true track_submodules: true
...@@ -63,6 +65,7 @@ ...@@ -63,6 +65,7 @@
git: git:
repo: 'https://github.com/{{fork}}/ygopro' repo: 'https://github.com/{{fork}}/ygopro'
dest: '{{home_path}}/ygopro-new' dest: '{{home_path}}/ygopro-new'
version: '{{ygopro_branch}}'
force: true force: true
accept_hostkey: true accept_hostkey: true
track_submodules: true track_submodules: 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