We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BAO_ADDR
.docker/config.json
1 parent beba077 commit ff8d471Copy full SHA for ff8d471
doc/source/configuration/ci-cd.rst
@@ -315,7 +315,7 @@ In order to enable JWT support the following steps must be carried out within th
315
316
2. Run :code:`sudo docker exec -it bao sh`
317
318
-3. Run :code:`export BAO_AUTH_ADDR=http://127.0.0.1:8200`
+3. Run :code:`export BAO_ADDR=http://127.0.0.1:8200`
319
320
4. Run :code:`bao login` and use root token
321
etc/kayobe/ansible/deploy-gitlab-runner.yml
@@ -9,7 +9,7 @@
9
state: directory
10
11
- name: Ensure docker/config.json exists for runner
12
- ansible.builtin.file:
+ ansible.builtin.copy:
13
content: |
14
{
15
"auths": {
@@ -20,6 +20,5 @@
20
}
21
dest: /opt/.docker/config.json
22
mode: "0600"
23
-
24
roles:
25
- - name: riemers.gitlab-runner
+ - role: riemers.gitlab-runner
0 commit comments