Project

Profile

Help

Story #3719

Updated by bmbouter almost 6 years ago

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 
 * Start the webserver

Back