This commit is contained in:
2024-10-07 21:53:40 +02:00
parent c552125b12
commit 1ef33c16af
13 changed files with 134 additions and 23 deletions

View File

@@ -2,7 +2,5 @@ FROM fedora
WORKDIR /app
RUN yum update -y && yum install -y \
ansible
COPY requirements.yml /app
RUN ansible-galaxy collection install -r requirements.yml
COPY . /app
RUN ansible-playbook /app/playbooks/image.yml