소스 검색

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