feat(ansible): add community.dns module

!114
This commit is contained in:
2023-11-14 20:43:31 +09:30
parent 621dd9ea57
commit 2d54a3cc28
2 changed files with 6 additions and 4 deletions

View File

@ -78,13 +78,13 @@ RUN pip install --index-url https://gitlab.com/api/v4/projects/45741845/packages
RUN ansible-galaxy collection install \ RUN ansible-galaxy collection install \
awx.awx \
# ansible.posix.authorized_key for SSH # ansible.posix.authorized_key for SSH
ansible.posix \ ansible.posix \
awx.awx \ community.dns \
# community.general.gitlab_*
community.general \
# docker managment # docker managment
community.docker \ community.docker \
# community.general.gitlab_*
community.general \
community.mysql \ community.mysql \
community.postgresql \
kubernetes.core kubernetes.core

View File

@ -8,3 +8,5 @@ python_gitlab==3.14.0
psycopg2==2.9.9 psycopg2==2.9.9
# community.mysql # community.mysql
PyMySQL==1.1.0 PyMySQL==1.1.0
dnspython