feat(ansible): add galaxy collection ansible.posix

this collection is required so that ssh auth_keys can be used

!24 nofusscomputing/infrastructure/config#22 nofusscomputing/infrastructure/config!27
This commit is contained in:
2023-06-04 14:03:44 +09:30
parent e146a0934e
commit e48800bf8e

View File

@ -62,4 +62,6 @@ RUN ansible-galaxy collection install \
awx.awx \ awx.awx \
kubernetes.core \ kubernetes.core \
# community.general.gitlab_* # community.general.gitlab_*
community.general community.general \
# ansible.posix.authorized_key for SSH
ansible.posix