mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-24 10:14:02 -05:00
+2
-2
@@ -11,11 +11,11 @@ ENV EXTRA_VARS=""
|
||||
FROM builder AS netbootxyz-production
|
||||
ENV EXTRA_VARS="--extra-vars @script/netbootxyz-overrides.yml"
|
||||
|
||||
FROM netbootxyz-$NBXYZ_OVERRIDES as final
|
||||
FROM netbootxyz-${NBXYZ_OVERRIDES} as final
|
||||
RUN \
|
||||
echo "**** running ansible ****" && \
|
||||
cd /ansible && \
|
||||
ansible-playbook -i inventory site.yml $EXTRA_VARS
|
||||
ansible-playbook -i inventory site.yml ${EXTRA_VARS}
|
||||
|
||||
# runtime stage
|
||||
FROM alpine:latest
|
||||
|
||||
Reference in New Issue
Block a user