Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(hostgroup): Set owner and group for cloned files to revproxy on … #207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions roles/foreman/tasks/host_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
ansible_roles:
- radiorabe.common.local_user
- radiorabe.common.git_clone
- radiorabe.common.files
- redhat.rhel_system_roles.podman
parameters:
- name: firewall
Expand Down Expand Up @@ -320,6 +321,13 @@
- name: radiorabe_git_clone_remote_dest
parameter_type: string
value: /home/revproxy
- name: radiorabe_files
parameter_type: yaml
value:
- path: "/home/revproxy"
recurse: true
owner: revproxy
group: 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 @@ -337,6 +345,7 @@
ansible_roles:
- radiorabe.common.local_user
- radiorabe.common.git_clone
- radiorabe.common.files
- redhat.rhel_system_roles.podman
parameters:
- name: firewall
Expand Down Expand Up @@ -444,3 +453,10 @@
- name: radiorabe_git_clone_remote_dest
parameter_type: string
value: /home/revproxy
- name: radiorabe_files
parameter_type: yaml
value:
- path: "/home/revproxy"
recurse: true
owner: revproxy
group: revproxy
Loading