summaryrefslogtreecommitdiffstats
path: root/roles/beaker/server/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Another pile of trailing whitespace fixesKevin Fenzi2016-08-081-1/+1
|
* beaker/server: configure bkr client pointing back to localhostDan Callaghan2016-04-142-0/+20
| | | | | | | | | | | We can use this for registering and configuring the lab controller as part of the deployment playbooks. It will probably come in handy for other stuff as well, like ad hoc tasks and testing. The template is intentionally not named templates/root/.beaker_client/config.j2 following the same pattern as the other templates, because it seemed like a bad idea to have a template inside a hidden directory.
* misread the systemd-tmpfiles man pageDan Callaghan2016-04-141-1/+1
|
* beaker/server: invoke systemd-tmpfiles to create /var/run/beakerDan Callaghan2016-04-141-0/+6
| | | | | | The beaker-server package includes a tmpfiles.d config file to create this dir, but it's never actually executed when the package is freshly installed. Eventually we will need to fix this in Beaker (bug is filed).
* beaker/server: reload httpd when SAML bits changeDan Callaghan2016-04-141-0/+6
|
* beaker/server: copy idp-metadata.xml from its canonical locationDan Callaghan2016-04-141-1/+8
| | | | | | Puiterwijk explains that we want to have a single location for storing idp-metadata.xml, instead of copying it around into each role, so that there is only one place to update it when keys need to be rolled over.
* fixing copy-pasta error in beaker server roleTim Flink2015-12-021-1/+1
|
* forgot to add beaker-server tagTim Flink2015-12-021-0/+2
|
* adding beaker virthost ssh host key to beaker serverTim Flink2015-12-021-0/+6
|
* make all beaker-server tags the sameTim Flink2015-11-161-2/+2
|
* beaker-server needs libvirt-client for vm interfaceTim Flink2015-11-161-7/+6
|
* adding SAML auth to beaker serverTim Flink2015-11-091-1/+32
|
* Replace all restart httpd with reload httpdPatrick Uiterwijk2015-11-041-2/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* fixing botched syntax for beaker mysql user creationTim Flink2015-05-141-1/+2
|
* replacing incorrect hardcoded db names with variableTim Flink2015-05-141-2/+2
|
* fixing wrong username/password for beaker mysql userTim Flink2015-05-141-2/+5
|
* beaker yum repo config is in beaker/base nowTim Flink2015-05-141-12/+0
|
* Adding beaker lab controller and server roles for beaker-stgTim Flink2015-05-141-0/+79