Removed registry login

This commit is contained in:
2023-04-07 23:12:31 +02:00
committed by H4CK3R-01
parent 519d86bb40
commit d6a61a42e4
3 changed files with 3 additions and 25 deletions

View File

@@ -28,12 +28,6 @@
ansible.builtin.pip:
name: docker-compose
- name: Log into registry
docker_login:
registry: registry.flokaiser.com
username: "{{ REGISTRY_USERNAME }}"
password: "{{ REGISTRY_PASSWORD }}"
- name: clone repository
ansible.builtin.git:
repo: https://git.flokaiser.com/DHBW/Cloud_Computing_II.git
@@ -52,8 +46,4 @@
AZURE_KEY: "{{ AZURE_KEY }}"
AZURE_LOCATION: "{{ AZURE_LOCATION }}"
AZURE_ENDPOINT: "https://api.cognitive.microsofttranslator.com"
ENV: "dev"
- name: Log out of DockerHub
docker_login:
state: absent
ENV: "dev"