gitlab_runner registratio token aufgteilt in test +
prod; host_bars für gitlab-runner
This commit is contained in:
parent
40500232da
commit
216f6fdc35
7 changed files with 7 additions and 7 deletions
|
@ -8,8 +8,6 @@
|
|||
# * Gravatar enabled --> off
|
||||
### Network
|
||||
# * Enable unauthenticated request rate limit
|
||||
# * Default to Auto DevOps pipeline for all projects
|
||||
|
||||
|
||||
gitlab_domain: gitlab.grote.lan
|
||||
gitlab_external_url: "http://git.mgrote.net"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
- name: python-gitlab
|
||||
### riemers.gitlab-runner
|
||||
gitlab_runner_coordinator_url: https://git.mgrote.net
|
||||
gitlab_runner_registration_token: "{{ lookup('keepass', 'gitlab_runner_registration_token', 'password') }}"
|
||||
gitlab_runner_registration_token: "{{ lookup('keepass', 'gitlab_runner_production_registration_token', 'password') }}"
|
||||
gitlab_runner_runners:
|
||||
- name: "{{ ansible_hostname }}-docker"
|
||||
executor: docker
|
||||
|
|
|
@ -44,6 +44,7 @@ all:
|
|||
hosts:
|
||||
gitlab-runner-test.grote.lan:
|
||||
gitlab-runner.grote.lan:
|
||||
gitlab-runner2.grote.lan:
|
||||
|
||||
production:
|
||||
hosts:
|
||||
|
@ -57,6 +58,7 @@ all:
|
|||
pve2.grote.lan:
|
||||
gitlab.grote.lan:
|
||||
gitlab-runner.grote.lan:
|
||||
gitlab-runner2.grote.lan:
|
||||
test:
|
||||
hosts:
|
||||
wireguard-test.grote.lan:
|
||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
|
@ -13,8 +13,8 @@
|
|||
bootstrap_timeout: 1
|
||||
### ansible
|
||||
ansible_user: "mg"
|
||||
ansible_password: "hallowelt"
|
||||
ansible_become_password: "hallowelt"
|
||||
ansible_password: hallowelt
|
||||
ansible_become_password: hallowelt
|
||||
ansible_ssh_common_args: "'-o StrictHostKeyChecking=no'"
|
||||
|
||||
tasks:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 860652c8a2b61d2b93a42aaca6895caaf757afef
|
||||
Subproject commit ef3335cd4e5c966243722ff6ec9e35dec6d90d79
|
|
@ -1 +1 @@
|
|||
Subproject commit ed3d238492b0bc546e9830b7896c07610c1bf5ee
|
||||
Subproject commit a07b6a583db3ff39c380ee1cb2f2bc85b103b8f6
|
Loading…
Reference in a new issue