Actions
Story #3719
closedStory #3716: As a production Pulp user, I have an Ansible installer
Create the webserver role
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
(Total: 0:00 h)
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
This role will depend on the pulp3 role which will create the necessary Python environment with core and plugins installed.
This role will take the following variables:
webserver - 'nginx' (default), 'apache', 'none'
After running the pulp3 role this depends on, this role will:
- Install the webserver package using the system package manager
- Ensure there is a systemd unit file (if one didn't come with the system package manager)
- Configure the webserver to autostart
- Pulp should be served at / for either webserver
- Start the webserver
Actions