This commit is contained in:
zhangzhihan
2020-01-17 15:35:48 +08:00
commit 960bdaa91f
58 changed files with 7988 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
- name: "copy maat-redis to destination server"
copy:
src: "{{ role_path }}/files/"
dest: /home/ceiec
mode: 0755
- name: "install maat-redis"
shell: cd /home/ceiec/maat-redis;sh install.sh
- name: "start maat-redis"
systemd:
name: maat-redis.service
state: started
daemon_reload: yes
enabled: yes