Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
e54240aa
Commit
e54240aa
authored
11 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Fix permissions on mailman config dirs
parent
154e1510
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/mailman/tasks/main.yml
+7
-4
7 additions, 4 deletions
roles/mailman/tasks/main.yml
roles/noise/tasks/main.yml
+6
-3
6 additions, 3 deletions
roles/noise/tasks/main.yml
with
13 additions
and
7 deletions
roles/mailman/tasks/main.yml
+
7
−
4
View file @
e54240aa
...
...
@@ -6,7 +6,7 @@
state
:
directory
owner
:
docker-mailman
group
:
docker-mailman
mode
:
0700
mode
:
"
0700
"
-
name
:
Create Mailman data subdirectories
file
:
...
...
@@ -14,7 +14,7 @@
state
:
directory
owner
:
docker-mailman
group
:
docker-mailman
mode
:
0700
mode
:
"
0700
"
with_items
:
-
archives
-
archives/public
...
...
@@ -30,6 +30,9 @@
file
:
path
:
/etc/mailman
state
:
directory
owner
:
root
group
:
root
mode
:
"
0755"
-
name
:
Configure Mailman
template
:
...
...
@@ -45,7 +48,7 @@
copy
:
src
:
forced_params
dest
:
/etc/mailman/forced_params
mode
:
0644
mode
:
"
0644
"
-
name
:
Create placeholder domains file
file
:
...
...
@@ -62,7 +65,7 @@
copy
:
src
:
node-exporter-scripts/mailman-qfiles.sh
dest
:
/etc/prometheus/node-exporter-scripts/mailman-qfiles.sh
mode
:
0755
mode
:
"
0755
"
-
name
:
Install Mailman qfiles exporter cron
copy
:
...
...
This diff is collapsed.
Click to expand it.
roles/noise/tasks/main.yml
+
6
−
3
View file @
e54240aa
...
...
@@ -6,7 +6,7 @@
state
:
directory
owner
:
docker-noise
group
:
docker-noise
mode
:
0700
mode
:
"
0700
"
-
name
:
Create Mailman data subdirectories
file
:
...
...
@@ -14,7 +14,7 @@
state
:
directory
owner
:
docker-noise
group
:
docker-noise
mode
:
0700
mode
:
"
0700
"
with_items
:
-
archives
-
archives/public
...
...
@@ -30,6 +30,9 @@
file
:
path
:
/etc/mailman-noise
state
:
directory
owner
:
root
group
:
root
mode
:
"
0755"
-
name
:
Configure Mailman
template
:
...
...
@@ -44,7 +47,7 @@
copy
:
src
:
forced_params
dest
:
/etc/mailman-noise/forced_params
mode
:
0644
mode
:
"
0644
"
-
name
:
Install backup source
template
:
...
...
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