Removed registry login
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user