Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-public
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
system
ansible-public
Commits
40be0d60
Commit
40be0d60
authored
1 year ago
by
Antoine Schildknecht
Browse files
Options
Downloads
Patches
Plain Diff
Fix lint
parent
8e78eed5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/live/tasks/main.yml
+7
-7
7 additions, 7 deletions
roles/live/tasks/main.yml
roles/sysconfig/tasks/logs.yml
+3
-1
3 additions, 1 deletion
roles/sysconfig/tasks/logs.yml
with
10 additions
and
8 deletions
roles/live/tasks/main.yml
+
7
−
7
View file @
40be0d60
...
...
@@ -20,12 +20,12 @@
state
:
mounted
# not working with a tmpfs (mode=777, user=group=root)
#- name: Changing the rights on the TMPFS directory
# notify: restart nginx
# ansible.builtin.file:
# path: /var/tmp/nginx-rtmp
# owner: nginx
# group: root
# mode: "0700"
#
- name: Changing the rights on the TMPFS directory
#
notify: restart nginx
#
ansible.builtin.file:
#
path: /var/tmp/nginx-rtmp
#
owner: nginx
#
group: root
#
mode: "0700"
...
This diff is collapsed.
Click to expand it.
roles/sysconfig/tasks/logs.yml
+
3
−
1
View file @
40be0d60
---
-
name
:
ensure journald logs persistence is enabled
ansible.builtin.file
:
path
:
/var/log/journal
state
:
directory
# let system decide directory rights
#mode: "02755"
# mode: "02755"
...
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