Enable log rotation service
This commit is contained in:
parent
ed5a449371
commit
6b6d99d2d4
@ -2,6 +2,9 @@
|
|||||||
- name: ensure_ansible_prereq
|
- name: ensure_ansible_prereq
|
||||||
src: git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git
|
src: git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git
|
||||||
version: master
|
version: master
|
||||||
|
- name: ensure_log_rotation
|
||||||
|
src: git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git
|
||||||
|
version: master
|
||||||
- name: ensure_os_patch
|
- name: ensure_os_patch
|
||||||
src: git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git
|
src: git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git
|
||||||
version: master
|
version: master
|
||||||
|
1
test.yml
1
test.yml
@ -10,6 +10,7 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: 'ensure_ansible_prereq'
|
- role: 'ensure_ansible_prereq'
|
||||||
- role: 'ensure_os_patch'
|
- role: 'ensure_os_patch'
|
||||||
|
- role: 'ensure_log_rotation'
|
||||||
- role: 'ensure_repo_epel'
|
- role: 'ensure_repo_epel'
|
||||||
- role: 'ensure_repo_fdragon'
|
- role: 'ensure_repo_fdragon'
|
||||||
- role: 'ensure_repo_rpmfusion'
|
- role: 'ensure_repo_rpmfusion'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user