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
70246172
Commit
70246172
authored
4 years ago
by
shirenn
🌊
Browse files
Options
Downloads
Patches
Plain Diff
[home-nounous][unsafe] Documentation + rennomage variables
parent
6879e2ce
No related branches found
Branches containing commit
No related tags found
1 merge request
!64
Keepalived
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/home-nounous/README.md
+8
-0
8 additions, 0 deletions
roles/home-nounous/README.md
roles/home-nounous/templates/systemd/system/home.mount.j2
+1
-1
1 addition, 1 deletion
roles/home-nounous/templates/systemd/system/home.mount.j2
with
9 additions
and
1 deletion
roles/home-nounous/README.md
0 → 100644
+
8
−
0
View file @
70246172
# HOME-NOUNOUS
Ce rôle permet d'exporter les homes vers les différents serveurs.
## VARS
home_nounous:
ip: l'ip du serveur nfs
This diff is collapsed.
Click to expand it.
roles/home-nounous/templates/systemd/system/home.mount.j2
+
1
−
1
View file @
70246172
...
...
@@ -5,7 +5,7 @@ Wants=network-online.target
After=network-online.target
[Mount]
What=
172.16.1.1
:/pool/home
What=
{{ home_nounous.ip }}
:/pool/home
Where=/home
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