summaryrefslogtreecommitdiff
path: root/roles/pipeliner/tasks/pipeline.yml
blob: 88ee52fed9d6bd0699295258aaf3de0e3bbfbd12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---

# TODO: locally check out and build git repo, and upload from that
- name: Install pipeline tools
  copy:
    src: /home/nick/rescribe/2018-natphil/src/go/src/rescribe.xyz/go.git/bookpipeline/cmd/bookpipeline/bookpipeline
    dest: /usr/local/bin/
    mode: 0755

- name: Install systemd unit file
  copy: src=bookpipeline.service dest=/etc/systemd/system

- name: Enable bookpipeline service
  service: name=bookpipeline enabled=true