You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Which installer:
ansible
Which product and version (eg: ansible & collection version - 7.24.2):
collection version - 10.15.0 (latest atm)
ansible version - 2.15.3
Which operating system and version(eg: ubuntu & version - 20.4):
Rocky Linux 9
Which product license (Enterprise/Pro):
Enterprise
JFrog support reference (if already raised with support team):
NA
What happened:
When setting artifactory_user and artifactory_group to something non-default (i.e. jfrog-artifactory) the installer sets {{ artifactory_home }}/app to artifactory:artifactory instead of the custom user:group.
Based on the documentation, installService.sh should take the user and group as optional arguments (default to artifactory)
Since the permissions are incorrect on intsall, Artifactory refuses to start because it expects the whole directory to be owned by the artifactory. The logs even suggest to run chown -R artifactory:artifactory.
What you expected to happen:
The whole directory should be owned by the specified user and group, and Artifactory should start properly.
How to reproduce it (as minimally and precisely as possible):
Use the following vars:
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Which installer:
ansible
Which product and version (eg: ansible & collection version - 7.24.2):
collection version - 10.15.0 (latest atm)
ansible version - 2.15.3
Which operating system and version(eg: ubuntu & version - 20.4):
Rocky Linux 9
Which product license (Enterprise/Pro):
Enterprise
JFrog support reference (if already raised with support team):
NA
What happened:
When setting
artifactory_user
andartifactory_group
to something non-default (i.e. jfrog-artifactory) the installer sets{{ artifactory_home }}/app
toartifactory:artifactory
instead of the custom user:group.Based on the documentation, installService.sh should take the user and group as optional arguments (default to artifactory)
Since the permissions are incorrect on intsall, Artifactory refuses to start because it expects the whole directory to be owned by the artifactory. The logs even suggest to run
chown -R artifactory:artifactory
.What you expected to happen:
The whole directory should be owned by the specified user and group, and Artifactory should start properly.
How to reproduce it (as minimally and precisely as possible):
Use the following vars:
Anything else we need to know:
No
The text was updated successfully, but these errors were encountered: