We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently webserver-app role has a dependency on an ubuntu user: https://github.com/Islandora-Devops/claw-playbook/blob/master/roles/internal/webserver-app/defaults/main.yml#L12
That task use the apache user www-data. It would need to be generalized to support other operating system. It can also be clarified via documentation.
www-data
The text was updated successfully, but these errors were encountered:
👍 To clarify, we want to replace the default ubuntu user with www-data which will work for Ubuntu in non-vagrant installations.
ubuntu
But we also need the Centos/RHEL apache user (I think it is apache) and adjust to use that in Centos/RHEL builds.
apache
Sorry, something went wrong.
Yes, the CentOS apache user is apache
This has been addressed with this PR : Islandora-Devops/islandora-playbook@d23f819
No branches or pull requests
Currently webserver-app role has a dependency on an ubuntu user: https://github.com/Islandora-Devops/claw-playbook/blob/master/roles/internal/webserver-app/defaults/main.yml#L12
That task use the apache user
www-data
. It would need to be generalized to support other operating system. It can also be clarified via documentation.The text was updated successfully, but these errors were encountered: