Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Nounous
Ansible
Commits
397ce6dd
Verified
Commit
397ce6dd
authored
3 years ago
by
shirenn
🌊
Committed by
ynerant
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[logs]
parent
833f4a3a
No related branches found
No related tags found
1 merge request
!254
Cachan
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plays/root.yml
+1
-1
1 addition, 1 deletion
plays/root.yml
roles/logall/templates/systemd/system/logs.mount.j2
+1
-1
1 addition, 1 deletion
roles/logall/templates/systemd/system/logs.mount.j2
with
2 additions
and
2 deletions
plays/root.yml
+
1
−
1
View file @
397ce6dd
...
...
@@ -44,7 +44,7 @@
roles
:
-
home-nounou
-
hosts
:
all, !rsyslog
-
server
-
hosts
:
all, !rsyslog
_
server
vars
:
rsyslog_client
:
"
{{
glob_rsyslog_client
|
default({})
|
combine(loc_rsyslog_client
|
default({}))
}}"
roles
:
...
...
This diff is collapsed.
Click to expand it.
roles/logall/templates/systemd/system/logs.mount.j2
+
1
−
1
View file @
397ce6dd
...
...
@@ -5,7 +5,7 @@ Wants=network-online.target
After=network-online.target
[Mount]
What=
{{ logs.ip }}
:/pool/logs
What=
172.16.10.1
:/pool/logs
Where=/logs
Type=nfs
Options=rw,nosuid
...
...
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