summaryrefslogtreecommitdiff
path: root/hello.yaml
blob: 9366cead44580300ceca4a9c586f5cc844bf359d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
worker-image: /mnt/debian-10-openstack-amd64.qcow2
ansible:
  - hosts: worker
    remote_user: debian
    become: yes
    tasks:
    - apt:
        name:
        - build-essential
    vars:
      ansible_python_interpreter: /usr/bin/python3
source: .
build: |
  git clone git://git.liw/fi/heippa
  cd heippa
  make
  ./heippa