mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 23:48:33 +01:00
fix: add docker login
This commit is contained in:
@@ -47,6 +47,12 @@
|
||||
- sector32
|
||||
- async-icinga
|
||||
|
||||
- name: Log into private registry
|
||||
docker_login:
|
||||
registry: registry.atlantishq.de
|
||||
username: docker
|
||||
password: HISTORY_PURGED_SECRET
|
||||
|
||||
- name: Deploy compose templates
|
||||
community.docker.docker_compose:
|
||||
project_src: "/opt/{{ item }}/"
|
||||
|
||||
Reference in New Issue
Block a user