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 \
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