瀏覽代碼

Removed supervisor stuff

Till Klocke 9 年之前
父節點
當前提交
1f4c4fe9f6
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 0 1
      roles/ff-supernode/tasks/debian.yml
  2. 0 3
      roles/ff-supernode/templates/supervisor.service.j2

+ 0 - 1
roles/ff-supernode/tasks/debian.yml

@@ -9,7 +9,6 @@
   apt: name={{item}} state=present
   with_items:
   - wget
-  - supervisor
   - ntp
   - git
 

+ 0 - 3
roles/ff-supernode/templates/supervisor.service.j2

@@ -1,3 +0,0 @@
-[program:{{item.name}}]
-command={{item.command}}
-stdout_logfile=NONE