Changeset 3671 in MondoRescue


Ignore:
Timestamp:
Aug 1, 2017, 4:10:28 PM (7 years ago)
Author:
Bruno Cornec
Message:

Adds management of log rotation for mondorescue sites

Location:
branches/3.3/ansible/roles/httpd
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/httpd/tasks/main.yml

    r3655 r3671  
    2727  tags: httpd
    2828
     29- name: Configure Apache logrotate
     30  copy: src=files/mondorescue.logrot dest=/etc/logrotate.d/mondorescue owner=root group=root mode=0644 backup=yes
     31  tags: httpd
     32
    2933- name: Check that Apache is running and enabled
    30   service: name=httpd state=running enabled=yes
     34  service: name=httpd state=started enabled=yes
    3135  tags: httpd
Note: See TracChangeset for help on using the changeset viewer.