Commit c4521d6c authored by nanahira's avatar nanahira

update

parent 5c1424bf
...@@ -45,14 +45,6 @@ ...@@ -45,14 +45,6 @@
state: latest state: latest
name: curl,wget,gcc,gcc-c++,make,sqlite-devel,readline-devel,openssl-devel,libevent-devel,redis,p7zip,p7zip-plugins,tar,unzip name: curl,wget,gcc,gcc-c++,make,sqlite-devel,readline-devel,openssl-devel,libevent-devel,redis,p7zip,p7zip-plugins,tar,unzip
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 8" when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 8"
- name: pre data
git:
repo: 'https://git.dev.tencent.com/mercury233/ygopro-pre-data.git'
dest: '{{home_path}}/ygopro-pre-data'
version: master
force: true
accept_hostkey: true
track_submodules: true
- name: ygopro - name: ygopro
git: git:
repo: 'https://github.com/{{fork}}/ygopro' repo: 'https://github.com/{{fork}}/ygopro'
...@@ -169,22 +161,6 @@ ...@@ -169,22 +161,6 @@
- ygopro-server/logs - ygopro-server/logs
- ygopro-server/config - ygopro-server/config
- ygopro-server/plugins - ygopro-server/plugins
- name: pre compat plugin
git:
repo: 'https://github.com/purerosefallen/srvpro-pre-compat'
dest: '{{home_path}}/ygopro-server/plugins/srvpro-pre-compat'
version: master
force: true
accept_hostkey: true
track_submodules: true
- name: pre compat npm
npm:
path: '{{home_path}}/ygopro-server/plugins/srvpro-pre-compat'
registry: https://registry.npm.taobao.org
- name: pre compat config
copy:
src: files/srvpro/pre-compat-config.json
dest: '{{home_path}}/ygopro-server/plugins/srvpro-pre-compat/config.json'
- name: stop firewalld - name: stop firewalld
become: true become: true
systemd: systemd:
......
...@@ -6,14 +6,6 @@ ...@@ -6,14 +6,6 @@
# fork: mycard # fork: mycard
backup_name: '{{lookup("pipe","date +%m.%d")}}' backup_name: '{{lookup("pipe","date +%m.%d")}}'
tasks: tasks:
- name: pre data
git:
repo: 'https://git.dev.tencent.com/mercury233/ygopro-pre-data.git'
dest: '{{home_path}}/ygopro-pre-data'
version: master
force: true
accept_hostkey: true
track_submodules: true
- name: srvpro - name: srvpro
git: git:
repo: 'https://github.com/{{fork}}/srvpro' repo: 'https://github.com/{{fork}}/srvpro'
...@@ -29,14 +21,6 @@ ...@@ -29,14 +21,6 @@
force: true force: true
accept_hostkey: true accept_hostkey: true
track_submodules: true track_submodules: true
- name: pre compat plugin
git:
repo: 'https://github.com/purerosefallen/srvpro-pre-compat'
dest: '{{home_path}}/ygopro-server/plugins/srvpro-pre-compat'
version: master
force: true
accept_hostkey: true
track_submodules: true
- name: windbot - name: windbot
git: git:
repo: 'https://github.com/{{fork}}/windbot' repo: 'https://github.com/{{fork}}/windbot'
......
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