Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
fixes #134 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesyoung authored Nov 23, 2016
1 parent 7c95307 commit efb12e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deployment/centos7/roles/centos7/tasks/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@
- cif-httpd.service
- csirtg-smrt.service
notify:
- reload systemd
- reload systemd

- name: enable services at boot
service: name={{ item }} enabled=yes
with_items:
- cif-router.service
- cif-httpd.service
- csirtg-smrt.service
3 changes: 3 additions & 0 deletions deployment/ubuntu14/roles/ubuntu14/tasks/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- cif-httpd
- cif-services

- name: enable services at boot
service: name=cif-services enabled=yes

- name: copy supervisord configs
copy: src="{{ item }}" dest=/etc/cif/ mode=0660 owner="{{ app_user }}" group="{{ app_user }}"
with_items:
Expand Down

0 comments on commit efb12e0

Please sign in to comment.