Skip to content
Snippets Groups Projects
Verified Commit 10964145 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

remove ansible.cfg from Dockerfile

parent 447f301d
Branches
Tags
2 merge requests!71Publish LSO version 1.0,!70remove ansible.cfg from Dockerfile
Pipeline #85168 passed
...@@ -7,10 +7,6 @@ COPY ./ansible-galaxy-requirements.yaml ./ansible-galaxy-requirements.yaml ...@@ -7,10 +7,6 @@ COPY ./ansible-galaxy-requirements.yaml ./ansible-galaxy-requirements.yaml
RUN apk add --update --no-cache gcc libc-dev libffi-dev curl vim bash openssh RUN apk add --update --no-cache gcc libc-dev libffi-dev curl vim bash openssh
# Create ansible.cfg file and set custom paths for collections and roles
RUN mkdir -p /app/gap/ansible /etc/ansible && \
printf "[defaults]\ncollections_paths = /app/gap/ansible\nroles_path = /app/gap/ansible\nhost_key_checking=false" > /etc/ansible/ansible.cfg
RUN pip install \ RUN pip install \
--pre \ --pre \
--trusted-host 150.254.211.2 \ --trusted-host 150.254.211.2 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment