summaryrefslogtreecommitdiffstats
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* munin is dead. Long live munin!Bill Nottingham2016-06-065-44/+0
| | | | Wait, not that.
* Ancestor rebuild optimization progressAkita Noek2016-04-151-1/+0
|
* Preliminary EL6 SCL Python 2.7 supportGraham Mainwaring2016-03-233-9/+7
|
* revert unintended change to awx-munin.confLeigh Johnson2016-03-111-4/+9
|
* refactor delete-job-template.service-test, integrate jobTemplate.copy, ↵Leigh Johnson2016-03-111-8/+3
| | | | resolves #1105 & #1047, tracking #1176
* Purge an old supervisor configMatthew Jones2015-09-111-12/+0
| | | | | | Apparently awx_supervisor.conf was still hanging around in the debian install. We'll make sure we won't lay that file down and bump the supervisor migration to make sure the file is removed permanently
* Dashboard refreshJohn Mitchell2015-05-291-3/+8
|
* Additional flake8 cleanupJames Laska2015-05-211-1/+1
| | | | | | | | The flake8 command was identifying several warnings and errors. This change addresses the flake8 warnings and updates the setup.cfg with additional exclusions. If accepted, jenkins will be updated to use the flake8 command, rather than using the django_jenkins plugin. This will expedite jenkins testing.
* Add some comments about replacing the cert in the place people are most ↵Bill Nottingham2015-03-111-0/+3
| | | | | | likely to notice it. (AKA, Not Just The Manual.)
* Disable SSLv3 in apache configJames Laska2015-01-271-0/+1
| | | | Fixes: https://trello.com/c/BGy5voWf
* Move cert and key files to tower.cert and tower.key.Luke Sneeringer2015-01-261-2/+2
|
* Theoretical move from /etc/awx/ to /etc/tower/.Luke Sneeringer2014-08-221-2/+2
|
* Login dialogChris Houseknecht2014-08-151-8/+3
| | | | | | If the attempt to get the license ('/api/v1/config') or user info ('/api/v1/me') fails, force user back to the login page. Additionally, call Authorization.logout() to make sure any residual token or user info is cleared. Tweaked the login HTML so that ng-show on the login dialog header message will cause the message to show when the sessionExpired variable is null or undefined.
* Fix the el script alias so that we can show the dynamic graphs on centos and ↵Matthew Jones2014-08-071-0/+1
| | | | rhel systems
* Add some munin tower monitoring tasksMatthew Jones2014-07-291-0/+3
|
* changed azure labels and added them into inventory groups modal windowJared Tabor2014-07-281-0/+17
|
* Full packaging and playbook setup for munin apache directory andMatthew Jones2014-07-232-21/+11
| | | | htpassword configuration
* Adding munin install and configuration to the playbook and package buildsMatthew Jones2014-07-213-0/+39
|
* AC-465 Removed settings.py copies that are no longer used in packaging.Chris Church2014-03-282-440/+0
|
* Remove mod_ssl already loaded messageJames Laska2014-03-101-1/+1
| | | | The mod_ssl requirement will be satisfied by package dependencies.
* Support httpd 2.2 and 2.4 config formatsJames Laska2014-03-102-8/+28
| | | | Create new-style debian apache-2.4 conf-enabled/ symlinks
* AC-982 Added configuration options to disable activity stream logging ↵Chris Church2014-02-062-0/+6
| | | | entirely, or disable only when running inventory import.
* Initial task status to file implementationMatthew Jones2013-11-212-0/+4
|
* Make our vhost server names match everything, not just localhos.Tim Gerla2013-11-102-4/+2
|
* Remove warning about file being overwritten given force=no now being used on ↵Michael DeHaan2013-09-122-0/+4
| | | | | | settings.py.j2 NOTE: config/* files should be removed in next release. Ticket filed.
* Add comments to LDAP settingsMichael DeHaan2013-09-122-60/+154
|
* AC-156. Update to default LDAP settings.Chris Church2013-09-102-4/+4
|
* AC-156. Implement LDAP organization mapping, update settings files and ↵Chris Church2013-09-092-56/+220
| | | | comments on LDAP configuration.
* AC-156 Added code and tests to support LDAP authentication (no organization ↵Chris Church2013-09-072-0/+56
| | | | or team mapping yet).
* Make UI always use https:// but API traffic that wants to can still get http://Michael DeHaan2013-09-072-4/+16
|
* Add HTTPs and redirect http to HTTPs. Self signed.Michael DeHaan2013-09-072-2/+32
|
* Added support for defining additional environment variables in settings to ↵Chris Church2013-07-163-2/+6
| | | | pass to the subprocess launched by the celery task, specify HOME and USER in settings by default instead of supervisord configuration.
* Enabled syslog by default for all 500 errors.Chris Church2013-07-152-2/+9
|
* Update supervisord configs to specify home dir, somewhatMichael DeHaan2013-07-111-5/+6
| | | | | | confusing as to why one is a here doc and the other is not, and why ansibleworks is mentioned not awx in the other. Possibly not used?
* Added setting for production builds to be able to run tests using SQLite.Chris Church2013-06-282-0/+22
|
* More debian packaging stuffJames Cammarata2013-06-241-0/+1
| | | | | | | | | | * Added ability to do official vs dev builds (need to add to the RPM builds now) * Reverted changes to awx/wsgi.py after talking with Chris C. regarding the pathing issues and created config/wsgi.py instead that is installed to /var/lib/awx * Cleaned up package scripts so there's less junk being written to the screen during the install/uninstall
* Updated wsgi.py to get the lib path from distutils.sysconfigJames Cammarata2013-06-241-0/+1
| | | | | | | * also re-added the WSGISocketPrefix line to the apache config, since that was broken on RHEL systems, however it is now changed to be in /var/run instead of just run (relative to the httpd root) which didn't work on Ubuntu systems.
* More work on debian packagingJames Cammarata2013-06-241-1/+0
|
* Initial work for packaging .debJames Cammarata2013-06-233-1/+50
|
* Rename ansibleworks to awx.Chris Church2013-06-233-38/+38
|
* Adding ability to run "make rpm"James Cammarata2013-06-162-0/+73