Added Travis testing and hooks for galaxy

This commit is contained in:
Larry Smith Jr
2018-12-05 07:51:31 -05:00
parent 118ec79cb0
commit 5603c5f6b0
16 changed files with 315 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
FROM ubuntu:bionic
ENV container=docker
RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential libffi-dev \
libssl-dev python-dev python-minimal python-pip python-setuptools \
python-virtualenv systemd && \
rm -rf /var/lib/apt/lists/*
RUN pip install enum34 ipaddress wheel && \
pip install ansible ansible-lint
COPY .ansible-lint /