From 2d54a3cc28280383b0879349d9607775fe9892c5 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 14 Nov 2023 20:43:31 +0930 Subject: [PATCH] feat(ansible): add community.dns module !114 --- dockerfile | 8 ++++---- requirements.txt | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dockerfile b/dockerfile index d7eee01..a915503 100644 --- a/dockerfile +++ b/dockerfile @@ -78,13 +78,13 @@ RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages RUN ansible-galaxy collection install \ + awx.awx \ # ansible.posix.authorized_key for SSH ansible.posix \ - awx.awx \ - # community.general.gitlab_* - community.general \ + community.dns \ # docker managment community.docker \ + # community.general.gitlab_* + community.general \ community.mysql \ - community.postgresql \ kubernetes.core \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2b8c3ce..94a925b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,5 @@ python_gitlab==3.14.0 psycopg2==2.9.9 # community.mysql PyMySQL==1.1.0 + +dnspython \ No newline at end of file