summaryrefslogtreecommitdiffstats
path: root/tasks/apache.yml
Commit message (Collapse)AuthorAgeFilesLines
* Finally move the tasks/apache.yml to a role. This allows us to order it with ↵Kevin Fenzi2015-05-071-72/+0
| | | | the other roles.
* Try and make proxies not replace files twice and also fix el7 python hash ↵Kevin Fenzi2015-02-021-1/+12
| | | | hotfix.
* Update state from installed/removed to present/absent for yum module as per ↵Praveen Kumar2014-11-051-1/+1
| | | | latest documents -> http://docs.ansible.com/yum_module.html
* Set apache logrotate on all the ansible hosts right.Kevin Fenzi2014-06-291-0/+5
|
* Fix old variable usage. Patch from janeznemanic. Thanks!Kevin Fenzi2014-01-011-6/+6
|
* The httpd init script should be executableAurélien Bompard2013-10-011-0/+1
|
* setting apache to run has been occasionally erroring out for reasons I don'tSeth Vidal2013-06-111-0/+1
| | | | understand on first install. Setting it to ignore_errors for the moment
* tag the whole task list as 'apache'Seth Vidal2013-06-101-0/+6
|
* add apache_status for collectd to apacheSeth Vidal2013-06-101-0/+14
| | | | add appserver header to all apache instances - just b/c
* huh - if your apache config is screwed up then you can't get passed service ↵Seth Vidal2013-06-071-1/+3
| | | | | | state=started b/c it won't start tricksy
* - add supervisor restart handlerSeth Vidal2013-06-041-0/+32
- add apache tasklist - with hotfixes for hashseed randomization