summaryrefslogtreecommitdiff
path: root/heippa.yaml
blob: 22a98e8dafaaa552da63b3dd8dba9fc0bdb05711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: .
build: |
  echo hello, world