Commit 3fce8280 authored by nanahira's avatar nanahira

update

parent 9ba998b2
...@@ -202,6 +202,16 @@ ...@@ -202,6 +202,16 @@
state: link state: link
src: '../windbot' src: '../windbot'
path: '{{home_path}}/ygopro-server/windbot' path: '{{home_path}}/ygopro-server/windbot'
- name: directories
file:
state: directory
path: '{{ home_path }}/{{ item }}'
with_items:
- ygopro/replay
- ygopro-server/decks
- ygopro-server/replays
- ygopro-server/logs
- ygopro-server/config
- name: stop firewalld - name: stop firewalld
become: true become: true
systemd: systemd:
......
...@@ -22,6 +22,14 @@ ...@@ -22,6 +22,14 @@
#- name: srvpro npm #- name: srvpro npm
# npm: # npm:
# path: '{{home_path}}/ygopro-server' # path: '{{home_path}}/ygopro-server'
- name: challonge
git:
repo: 'https://github.com/moecube/challonge'
dest: '{{home_path}}/ygopro-server/challonge'
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