summaryrefslogtreecommitdiff
path: root/heippa.yaml
blob: 4ec5f9bd1f91282e6765e003a0fd7de2b3dcbf56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
worker-image: worker.img
ansible:
  - hosts: worker
    remote_user: worker
    become: yes
    tasks:
    - apt:
        name:
        - build-essential
    vars:
      ansible_python_interpreter: /usr/bin/python3
source: /tmp/heippa
workspace: /tmp/heippa-workspace
build: |
  rm -rf .git
  rm -f heippa
  make
  ./heippa