|
@@ -11,11 +11,11 @@ ENV EXTRA_VARS=""
|
|
FROM builder AS netbootxyz-production
|
|
FROM builder AS netbootxyz-production
|
|
ENV EXTRA_VARS="--extra-vars @script/netbootxyz-overrides.yml"
|
|
ENV EXTRA_VARS="--extra-vars @script/netbootxyz-overrides.yml"
|
|
|
|
|
|
-FROM netbootxyz-$NBXYZ_OVERRIDES as final
|
|
|
|
|
|
+FROM netbootxyz-${NBXYZ_OVERRIDES} as final
|
|
RUN \
|
|
RUN \
|
|
echo "**** running ansible ****" && \
|
|
echo "**** running ansible ****" && \
|
|
cd /ansible && \
|
|
cd /ansible && \
|
|
- ansible-playbook -i inventory site.yml $EXTRA_VARS
|
|
|
|
|
|
+ ansible-playbook -i inventory site.yml ${EXTRA_VARS}
|
|
|
|
|
|
# runtime stage
|
|
# runtime stage
|
|
FROM alpine:latest
|
|
FROM alpine:latest
|