conform to new build format for vagrant (#153)

* conform to new build format for vagrant
This commit is contained in:
Alan Lam
2020-01-08 11:32:28 -08:00
committed by GitHub
parent 91f7b9c049
commit 5c126cd42b
3 changed files with 6 additions and 18 deletions

View File

@ -8,7 +8,10 @@
connection: local
hosts: localhost
tasks:
- command: chdir=../../../ make bin-vagrant
- command: chdir=../../../ make build/linux-amd64/"{{ item }}"
with_items:
- nebula
- nebula-cert
tags:
- build-nebula

View File

@ -8,7 +8,7 @@
- nebula-conf
- name: install built nebula binary
copy: src=../../../../../{{ item }} dest=/usr/local/bin mode=0755
copy: src="../../../../../build/linux-amd64/{{ item }}" dest="/usr/local/bin" mode=0755
with_items:
- nebula
- nebula-cert