Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-runner-do-monitor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
gitlab-runner-do-monitor
Merge requests
!2
Initial release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Initial release
add/initial-release
into
master
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Erick Hitter
requested to merge
add/initial-release
into
master
6 years ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
Fixes
#1 (closed)
Edited
6 years ago
by
Erick Hitter
0
0
Merge request reports
Viewing commit
0ce5f063
Prev
Next
Show latest version
2 files
+
18
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
0ce5f063
Add logrotate config
· 0ce5f063
Erick Hitter
authored
6 years ago
tasks/main.yml
+
11
−
2
Options
@@ -6,7 +6,7 @@
mode
:
0755
force
:
yes
-
name
:
Create
config
file
-
name
:
Set
config
uration
template
:
src
:
templates/config.j2
dest
:
"
{{
glrdomon_config_dest
}}"
@@ -15,7 +15,7 @@
group
:
root
mode
:
0400
-
name
:
-
name
:
Schedule cron job
cron
:
name
:
gitlab-runner-do-monitor
minute
:
"
{{
gldrmon_cron_interval_min
}}"
@@ -23,3 +23,12 @@
state
:
present
cron_file
:
gitlab-runner-do-monitor
user
:
root
-
name
:
Configure logrotate
template
:
src
:
templates/logrotate.j2
dest
:
/etc/logrotate.d/gitlab-runner-do-monitor
force
:
yes
owner
:
root
group
:
root
mode
:
0644
Loading