dd
This commit is contained in:
parent
5f007ac04a
commit
630bd44129
3 changed files with 7 additions and 5 deletions
|
@ -6,11 +6,12 @@ WORKDIR /
|
|||
COPY requirements.txt .
|
||||
COPY requirements.yaml .
|
||||
|
||||
RUN python3 -m pip install --upgrade pip \
|
||||
RUN python3 -m pip install --no-cache-dir --upgrade pip \
|
||||
&& python3 -m pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
RUN ansible-galaxy install -r requirements.yaml --roles-path=/ansible/roles
|
||||
|
||||
# hadolint ignore=DL3008
|
||||
RUN apt-get update \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
vim \
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
#pylint
|
||||
pykeepass==4.0.3
|
||||
jmespath
|
||||
ansible
|
||||
#docker-compose
|
||||
jmespath==1.0.1
|
||||
ansible==10.2.0
|
||||
ansible-dev-tools==24.7.2
|
||||
|
|
|
@ -50,3 +50,6 @@ roles:
|
|||
# && ansible-galaxy install -r requirements.yaml
|
||||
|
||||
#ansible localhost -m debug -a "var={{ lookup('viczem.keepass.keepass', 'restic_repository_password', 'password') }}"
|
||||
|
||||
|
||||
# überall in image versionen gesetzt?
|
||||
|
|
Loading…
Reference in a new issue