Skip to content
Snippets Groups Projects
Commit 89736897 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

move registry info as external variables

parent dd2198f0
No related branches found
No related tags found
No related merge requests found
docker:
registry_url: gitlab.geant.net:5005/docker/ci_registry
username: first.lastname
private_token: my-secret-token
nat_user: nat
- name: Install Docker and ContainerLab - name: Install Docker and ContainerLab
hosts: dev_environments hosts: all
become: true become: true
vars:
docker:
registry_url: gitlab.geant.net:5005/docker/ci_registry
username: "{{username }}"
private_token: "{{ secret_token}}"
nat_user: nat
roles: roles:
- docker - docker
- containerlab - containerlab
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment