summaryrefslogtreecommitdiffstats
path: root/roles/phabricator
Commit message (Collapse)AuthorAgeFilesLines
* taskotron: move task repos to pagureKamil Páral2017-08-011-1/+1
|
* More Phabricator git repo location updatesAdam Williamson2017-01-121-0/+3
|
* Update some QA git repo locationsAdam Williamson2017-01-121-2/+4
| | | | We're moving stuff. Look out!
* tweaking phab's virtualhost to make it play nicerTim Flink2017-01-061-0/+1
|
* changing smtp host again but aliasing bastion.fp.o to bastion.phx2 so ↵Tim Flink2017-01-061-1/+1
| | | | phpmailer will work
* setting smtp protocol to emptyTim Flink2017-01-061-0/+1
|
* changing bastion hostname back for mailTim Flink2017-01-061-1/+1
|
* tweak bastion's hostname in an attempt to make phpmailer happyTim Flink2017-01-061-1/+1
|
* acually add the config file to change php curlTim Flink2017-01-061-0/+5
|
* make sure php curl is using built-in cacertsTim Flink2017-01-061-0/+8
|
* moving phabricator auth extensionTim Flink2017-01-052-2/+2
|
* fixing json syntaxTim Flink2017-01-041-1/+1
|
* removing cruft from phab sshd config that shouldn't have been thereTim Flink2017-01-041-5/+0
|
* tweaking phabricator config so qadevel.qa continues to workTim Flink2017-01-041-0/+4
|
* use ssh config with the correct port specifiedTim Flink2017-01-041-0/+4
|
* removing old httpd conf for phabTim Flink2016-12-151-79/+0
|
* disabling phab storage upgrade for nowTim Flink2016-12-151-2/+3
|
* auth extension needs to be cloned before doing anything else with phabTim Flink2016-12-151-6/+6
|
* httpd can't be restarted before it's started anymoreTim Flink2016-12-151-0/+4
|
* tweaks for upgrading phab in productionTim Flink2016-12-152-34/+1
|
* removing restriction on email domain for phab stgTim Flink2016-12-061-2/+2
|
* fixing typo in filenameTim Flink2016-12-021-0/+0
|
* using the right directive name helpsTim Flink2016-12-021-1/+1
|
* adding preamble script to phab so that it behaves better with the proxiesTim Flink2016-12-022-0/+6
|
* add ipsilon extension to phab stgTim Flink2016-12-021-4/+5
|
* adding phabricator-extension-ipsilonoauth to qa-stgTim Flink2016-12-021-0/+6
|
* tweaks in php and mariadb config for new phab versionTim Flink2016-12-021-1/+1
|
* removing config option that's causing problemsTim Flink2016-12-011-2/+1
|
* php-mysql isn't a thing anymore, doesn't need to be installedTim Flink2016-11-301-1/+0
|
* removing semanage bits from phabricator roleTim Flink2016-11-301-31/+0
|
* tweaking phabricator role so that the selinux tweaks for alternate ssh port ↵Tim Flink2016-11-301-0/+14
| | | | can be run separately
* In ansible 2.2 always_run is depreciated. Switch to check_mode.Kevin Fenzi2016-11-011-1/+1
|
* Add httpd tagPatrick Uiterwijk2016-08-311-0/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Unify all ssl cipher suite configurationsPatrick Uiterwijk2016-08-311-3/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* bad trailing commaTim Flink2016-07-211-3/+3
|
* fixing jinja syntax in phabricator conf templateTim Flink2016-07-211-0/+1
|
* adding ipsilon plugin to phabricator configurationTim Flink2016-07-211-1/+5
|
* fixing stray if statement in templateTim Flink2016-03-101-1/+0
|
* changing qa-stg to use stg proxies instead of self hostTim Flink2016-03-103-1/+19
|
* updating welcome html for phabricatorTim Flink2016-02-061-1/+4
|
* Also make this task never changeKevin Fenzi2016-01-101-0/+1
|
* Always run this shell task since it registers a variable we need to use.Kevin Fenzi2016-01-101-0/+1
|
* Remove action: in all roles.Kevin Fenzi2016-01-061-1/+1
|
* Switch all these places to use dnf/yum state=present instead of latest. This ↵Kevin Fenzi2016-01-041-2/+2
| | | | prevents showing changes on package updates.
* semanage moved packages to policycoreutils-python-utilsTim Flink2015-11-231-0/+1
|
* adding dnf support to phabricator roleTim Flink2015-11-231-2/+27
|
* removing old option from phabricator configTim Flink2015-11-191-12/+0
|
* preparing to deploy new phab version to qadevelTim Flink2015-11-191-1/+0
|
* phabricator: use custom login plugin (stg)Martin Krizek2015-11-053-0/+27
|
* Replace all restart httpd with reload httpdPatrick Uiterwijk2015-11-041-2/+2
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>