Enable log rotation service

This commit is contained in:
Jason Rothstein 2020-03-27 22:35:06 -05:00
parent ed5a449371
commit 6b6d99d2d4
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@
- name: ensure_ansible_prereq
src: git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git
version: master
- name: ensure_log_rotation
src: git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git
version: master
- name: ensure_os_patch
src: git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git
version: master

View File

@ -10,6 +10,7 @@
roles:
- role: 'ensure_ansible_prereq'
- role: 'ensure_os_patch'
- role: 'ensure_log_rotation'
- role: 'ensure_repo_epel'
- role: 'ensure_repo_fdragon'
- role: 'ensure_repo_rpmfusion'