Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
infra
ansible-shared
client
Commits
25691eb9
Commit
25691eb9
authored
7 years ago
by
Thomas Schneider
Browse files
Options
Downloads
Patches
Plain Diff
Remove rsyslog configuration
It will be removed in common/basic-system
parent
6336a362
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
client/defaults/main.yml
+0
-1
0 additions, 1 deletion
client/defaults/main.yml
client/files/logrotate/rsyslog
+0
-35
0 additions, 35 deletions
client/files/logrotate/rsyslog
client/tasks/configuration.yml
+0
-4
0 additions, 4 deletions
client/tasks/configuration.yml
with
0 additions
and
40 deletions
client/defaults/main.yml
+
0
−
1
View file @
25691eb9
---
client_use_proprietary_google_apps
:
False
client_do_rsyslog
:
True
client_provision_mozilla
:
True
This diff is collapsed.
Click to expand it.
client/files/logrotate/rsyslog
deleted
100644 → 0
+
0
−
35
View file @
6336a362
/var/log/auth.log
{
rotate 4
weekly
missingok
notifempty
compress
postrotate
invoke-rc.d rsyslog rotate > /dev/null
endscript
}
/var/log/syslog
/var/log/mail.info
/var/log/mail.warn
/var/log/mail.err
/var/log/mail.log
/var/log/daemon.log
/var/log/kern.log
/var/log/user.log
/var/log/lpr.log
/var/log/cron.log
/var/log/debug
/var/log/messages
{
rotate 7
daily
missingok
notifempty
compress
sharedscripts
postrotate
invoke-rc.d rsyslog rotate > /dev/null
endscript
}
This diff is collapsed.
Click to expand it.
client/tasks/configuration.yml
+
0
−
4
View file @
25691eb9
...
...
@@ -28,10 +28,6 @@
with_fileglob
:
-
fonts/*
-
name
:
configure logrotate for rsyslog files to fit the client needs
copy
:
src=logrotate/rsyslog dest=/etc/logrotate.d/rsyslog owner=root group=root mode=0644
when
:
client_do_rsyslog
-
name
:
ensure firefox default profile stuff is installed
copy
:
src=mozilla/firefox/ dest=/usr/lib/firefox-esr/ owner=root group=root mode=0644
when
:
client_provision_mozilla
...
...
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