Commit d45dc37
authored
feat: Separate runner agent private address (#381)
* add a separate variable for the runner agent private address
Allow separate control of the private addresses for the runners
and the Gitlab agent.
You might want to have separate auto assign ip address settings
for the Gitlab agent and runners.
As an example when you which to have the Gitlab agent with a
public ip address so it can register itself to the Gitlab
cloud. Were you want the runners to be in a private subnet
and have the external ip of the NAT gateway instead of their
own ip.
This is needed when you have a CICD account which will
run deployments in a separate account. The CICD account will
host the custom Gitlab runner.
In this separate account you want to whitelist the
CICD ip addresses so it can perform updates to the infrastructure.
* update description
* update README1 parent daf5ee0 commit d45dc37
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
375 | 376 | | |
376 | 377 | | |
377 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
335 | 341 | | |
336 | 342 | | |
337 | 343 | | |
| |||
0 commit comments