summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
...
* taskotron: set default check repo branchMartin Krizek2015-12-021-0/+6
|
* Add some more sshd weeds to the logs.Kevin Fenzi2015-12-021-0/+4
|
* We need this in prod now.Ralph Bean2015-12-021-1/+0
|
* Add ceylon-lang.org to transports so it delivers correctly.Kevin Fenzi2015-12-021-0/+1
|
* Ipsilon only wants trac and PagurePatrick Uiterwijk2015-12-011-0/+3
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* OpenQA is trustedPatrick Uiterwijk2015-12-011-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* openqa: set base_url in openqa.iniAdam Williamson2015-12-012-1/+2
| | | | | | | this is needed for openID auth to work properly - otherwise ipsilon thinks the request is coming from 'https://localhost' and redirect after auth fails. openQA uses this config setting for the openID base URL if it's set.
* adding openqa01 to prod haproxyTim Flink2015-12-011-0/+5
|
* updating vpn ip addr for openqa01.qaTim Flink2015-12-011-1/+1
|
* adding openqa01.qa to vpnTim Flink2015-12-011-0/+3
|
* Merge patch to enable HSTS on id.fp.o. #4991Patrick Uiterwijk2015-12-011-0/+6
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Cherrypy wants -Proto. Lets make it happyPatrick Uiterwijk2015-12-011-0/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Merge patch to have nuancier use Varnish (#3294C14,17)Patrick Uiterwijk2015-12-011-0/+19
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* attempt to allow sigul to download the restricted rpms so we can sign themDennis Gilmore2015-12-011-0/+1
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* A second commops bot.Ralph Bean2015-12-011-1/+21
|
* Does ordering matter here?Kevin Fenzi2015-12-011-1/+1
|
* Add hsts also to https virthostKevin Fenzi2015-12-011-1/+1
|
* block downloading openh264 binary rpmsDennis Gilmore2015-12-011-0/+4
| | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* Seems bind does first-matchPatrick Uiterwijk2015-12-011-28/+27
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Add hsts and redirect to https for keys. Ticket 4960Kevin Fenzi2015-12-011-4/+6
|
* Correct the subnet for qanetPatrick Uiterwijk2015-12-011-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* This needs semi-colonsPatrick Uiterwijk2015-12-011-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Create a QA zonePatrick Uiterwijk2015-12-011-0/+128
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Ipsilon people want IRC notifications as wellPatrick Uiterwijk2015-12-011-0/+20
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Revert "install python-dnf on F22+"Kevin Fenzi2015-11-301-7/+0
| | | | This reverts commit b1c890974ce114effd7c43f3dd7f5353b306d8a3.
* Copy empty dummy files instead of removing default files. For ↵Ralph Bean2015-11-303-4/+10
| | | | https://fedorahosted.org/fedora-infrastructure/ticket/4995.
* Re-add run_once here.Kevin Fenzi2015-11-301-0/+1
|
* copr: use yum-deprecated as workaround of BZ1241507Miroslav Suchý2015-11-301-1/+5
|
* copr: immediately restart networkMiroslav Suchý2015-11-301-0/+3
| | | | | so if playbook fails later on something else, we do not end up with incorrect routes
* Try to fix permissions for fedmsg on packages03.Ralph Bean2015-11-301-2/+2
|
* semanage needs policycoreutils-python-utils on F23+Miroslav Suchý2015-11-301-0/+9
|
* Install and configure the webhook server for pagurePierre-Yves Chibon2015-11-302-0/+4
|
* Add python-dns to batcave so that we can remove ip-based known_hosts entriesPatrick Uiterwijk2015-11-301-0/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Need this for thumbnails.Ralph Bean2015-11-301-0/+1
|
* use latest coprMiroslav Suchý2015-11-301-1/+1
|
* install python-dnf on F22+Miroslav Suchý2015-11-301-0/+7
|
* Create vendor-support aliasPatrick Uiterwijk2015-11-302-1/+3
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Update ssh host keysKevin Fenzi2015-11-281-32/+34
|
* openqa workers: install UEFI firmware packageAdam Williamson2015-11-261-0/+1
| | | | | | | | | | | This comes from the kraxel.org repo and was added to the infra repo by nirik. Note that it is technically non-freely licensed. It contains a FAT implementation; Microsoft has granted an exemption from the FAT patent purely for the purpose of implementing a UEFI firmware, so there is a use restriction on this code. License can be found (as I write this) at: https://github.com/tianocore/edk2/blob/master/FatBinPkg/License.txt
* fixing more package install dnf/yum logicTim Flink2015-11-261-1/+1
|
* fixing logic for openvpn package install w/dnfTim Flink2015-11-262-2/+2
|
* bodhi: Update the comps_urlLuke Macken2015-11-252-2/+2
|
* tftp: drop Fedora PPC as we use EL7 now for HW, add aarch64Peter Robinson2015-11-251-9/+4
|
* Prevent haproxy warnings by telling it to use tcplogPatrick Uiterwijk2015-11-242-0/+6
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Taiga got under the fic.o domainPatrick Uiterwijk2015-11-241-1/+4
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* For building crazy python3 image stuff.Ralph Bean2015-11-241-0/+1
|
* switching to new image file for taskotron-devTim Flink2015-11-241-1/+1
|
* Never look back.Ralph Bean2015-11-241-1/+1
|
* Merge branch 'master' of /git/ansibleKevin Fenzi2015-11-241-2/+4
|\
| * openqa: check out tools to a different place in dispatcherAdam Williamson2015-11-241-2/+4
| | | | | | | | | | | | | | | | | | Both 'server' and 'dispatcher' roles need to check out openqa_ fedora_tools, but only 'dispatcher' needs to install it. To avoid having to register a variable in 'server' too and have the install task check if either variable |changed, just have two separate checkouts, so the dispatcher checkout will always have 'changed' when appropriate.