Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
hpc-team
HPCasCode
Commits
d06d5c13
Commit
d06d5c13
authored
3 years ago
by
Andreas Hamacher
Committed by
Simon Michnowicz
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Logrotate on dgx
parent
44d6c37b
No related branches found
No related tags found
1 merge request
!508
Logrotate on dgx
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/logrotate/files/syslog_RedHat_7
+0
-0
0 additions, 0 deletions
roles/logrotate/files/syslog_RedHat_7
roles/logrotate/tasks/main.yml
+1
-1
1 addition, 1 deletion
roles/logrotate/tasks/main.yml
with
1 addition
and
1 deletion
roles/logrotate/files/syslog_
CentOS
_7
→
roles/logrotate/files/syslog_
RedHat
_7
+
0
−
0
View file @
d06d5c13
File moved
This diff is collapsed.
Click to expand it.
roles/logrotate/tasks/main.yml
+
1
−
1
View file @
d06d5c13
...
...
@@ -8,7 +8,7 @@
-
name
:
/etc/logrotate.d/syslog
copy
:
src
:
"
syslog_{{
ansible_
distribution
}}_{{
ansible_distribution_major_version
}}"
src
:
"
syslog_{{
ansible_
os_family
}}_{{
ansible_distribution_major_version
}}"
dest
:
/etc/logrotate.d/syslog
become
:
true
when
:
ansible_os_family == 'RedHat'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment