docker login
This commit is contained in:
parent
ebff7452df
commit
11f4b95c26
1 changed files with 6 additions and 1 deletions
|
@ -52,3 +52,8 @@
|
||||||
- name: Create and start services
|
- name: Create and start services
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
project_src: /opt/docke-compsoe/traefik/
|
project_src: /opt/docke-compsoe/traefik/
|
||||||
|
|
||||||
|
- name: Log into DockerHub
|
||||||
|
docker_login:
|
||||||
|
username: kekskurse
|
||||||
|
password: "{{ docker_kekskurse_password }}"
|
||||||
|
|
Loading…
Reference in a new issue