Skip to content
Snippets Groups Projects
Verified Commit dd759d9c authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Move gitlab secrets to file in .gitignore and replace with example file

parent 371dd2d5
No related branches found
No related tags found
No related merge requests found
group_vars/dev_environments.yml
docker:
registry_url: gitlab.geant.net:5005/docker/ci_registry
username: # first.lastname
private_token: # some-secret-token
username: first.lastname
private_token: my-secret-token
nat_user: nat
......@@ -16,6 +16,7 @@
registry_url: '{{ docker.registry_url }}'
username: '{{ docker.username }}'
password: '{{ docker.private_token }}'
no_log: true
- name: Pull vMX image from Docker repository
community.docker.docker_image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment