feat(ansible): add galaxy collection community.docker
this collection is required so that docker containers can be managed !24 nofusscomputing/infrastructure/config#22 nofusscomputing/infrastructure/config!27
This commit is contained in:
@ -64,4 +64,6 @@ RUN ansible-galaxy collection install \
|
|||||||
# community.general.gitlab_*
|
# community.general.gitlab_*
|
||||||
community.general \
|
community.general \
|
||||||
# ansible.posix.authorized_key for SSH
|
# ansible.posix.authorized_key for SSH
|
||||||
ansible.posix
|
ansible.posix \
|
||||||
|
# docker managment
|
||||||
|
community.docker
|
Reference in New Issue
Block a user