Skip to content

Commit

Permalink
feat(foreman): Enable git clone role in dmz vm host groups (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 3, 2025
1 parent 45fb47b commit 7f5cd2e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions roles/foreman/tasks/host_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
location: Randweg
ansible_roles:
- radiorabe.common.local_user
- radiorabe.common.git_clone
- redhat.rhel_system_roles.podman
parameters:
- name: firewall
Expand Down Expand Up @@ -313,6 +314,12 @@
value:
containers:
log_size_max: 1073741824 # 1Gib in bytes
- name: radiorabe_git_local_clone
parameter_type: boolean
value: true
- name: radiorabe_git_clone_remote_dest
parameter_type: string
value: /home/revproxy
- name: AlmaLinux 9 DMZ server-009 VMs
description: AlmaLinux 9 virtual machines to be run on server-009
parent: RaBe Core/RaBe Base/EL9/AlmaLinux 9
Expand All @@ -329,6 +336,7 @@
location: Randweg
ansible_roles:
- radiorabe.common.local_user
- radiorabe.common.git_clone
- redhat.rhel_system_roles.podman
parameters:
- name: firewall
Expand Down Expand Up @@ -430,3 +438,9 @@
value:
containers:
log_size_max: 1073741824 # 1Gib in bytes
- name: radiorabe_git_local_clone
parameter_type: boolean
value: true
- name: radiorabe_git_clone_remote_dest
parameter_type: string
value: /home/revproxy

0 comments on commit 7f5cd2e

Please sign in to comment.