Sha256: 4592e34e9c18e2196725ac553dfe87133b1aa7e51c601f6124d79ed1dad0750d
Contents?: true
Size: 337 Bytes
Versions: 23
Compression:
Stored size: 337 Bytes
Contents
FROM ubuntu:trusty MAINTAINER Mark Wolfe <mark@wolfe.id.au> RUN apt-get update RUN apt-get install -y --force-yes \ python-pycurl \ python-apt \ ansible \ lsb-release ENV WORKDIR /build/ansible-nodejs ADD . /build/ansible-nodejs ADD ./tests/localhosts /etc/ansible/hosts RUN ansible-playbook $WORKDIR/role.yml -c local RUN node -v
Version data entries
23 entries across 23 versions & 1 rubygems