Changeset 3716 in MondoRescue
- Timestamp:
- Aug 8, 2019, 12:32:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/ansible/roles/httpd/tasks/main.yml
r3712 r3716 27 27 tags: httpd 28 28 29 - name: Configure Apache upload max 30 lineinfile: path=/etc/httpd/conf/conf.d/fcgid.conf regexp='^[ ]*FcgidMaxRequestLen ' insertafter='[ ]*^#FcgidMaxRequestLen ' line=' FcgidMaxRequestLen 2000000' 31 notify: 32 - restart httpd 33 tags: httpd 34 29 35 - name: Setup httpd restart by cron 30 36 cron: name=httpd-restart minute=43 hour=23 weekday=0 user=root job="/usr/bin/systemctl restart httpd" cron_file=httpd-restart state=present backup=yes
Note:
See TracChangeset
for help on using the changeset viewer.