Project

Profile

Help

Story #3719

Updated by amacdona@redhat.com over 5 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 webserver - 'nginx' (default), 'apache', 'none'- '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

Back