Skip to content

Commit 7f5cd2e

Browse files
authored
feat(foreman): Enable git clone role in dmz vm host groups (#203)
1 parent 45fb47b commit 7f5cd2e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

roles/foreman/tasks/host_groups.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
location: Randweg
213213
ansible_roles:
214214
- radiorabe.common.local_user
215+
- radiorabe.common.git_clone
215216
- redhat.rhel_system_roles.podman
216217
parameters:
217218
- name: firewall
@@ -313,6 +314,12 @@
313314
value:
314315
containers:
315316
log_size_max: 1073741824 # 1Gib in bytes
317+
- name: radiorabe_git_local_clone
318+
parameter_type: boolean
319+
value: true
320+
- name: radiorabe_git_clone_remote_dest
321+
parameter_type: string
322+
value: /home/revproxy
316323
- name: AlmaLinux 9 DMZ server-009 VMs
317324
description: AlmaLinux 9 virtual machines to be run on server-009
318325
parent: RaBe Core/RaBe Base/EL9/AlmaLinux 9
@@ -329,6 +336,7 @@
329336
location: Randweg
330337
ansible_roles:
331338
- radiorabe.common.local_user
339+
- radiorabe.common.git_clone
332340
- redhat.rhel_system_roles.podman
333341
parameters:
334342
- name: firewall
@@ -430,3 +438,9 @@
430438
value:
431439
containers:
432440
log_size_max: 1073741824 # 1Gib in bytes
441+
- name: radiorabe_git_local_clone
442+
parameter_type: boolean
443+
value: true
444+
- name: radiorabe_git_clone_remote_dest
445+
parameter_type: string
446+
value: /home/revproxy

0 commit comments

Comments
 (0)