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
2310a085
Commit
2310a085
authored
4 years ago
by
Benjamin Graillot
Committed by
shirenn
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[home-nounous] install nfs-common
parent
391d855f
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/tasks/main.yml
+10
-0
10 additions, 0 deletions
roles/home-nounous/tasks/main.yml
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
11 additions
and
1 deletion
roles/home-nounous/tasks/main.yml
+
10
−
0
View file @
2310a085
---
-
name
:
Install NFS client
apt
:
update_cache
:
true
name
:
-
nfs-common
state
:
present
register
:
apt_result
retries
:
3
until
:
apt_result is succeeded
-
name
:
Deploy nfs systemd mount
template
:
src
:
systemd/system/home.mount.j2
...
...
This diff is collapsed.
Click to expand it.
roles/home-nounous/templates/systemd/system/home.mount.j2
+
1
−
1
View file @
2310a085
...
...
@@ -5,7 +5,7 @@ Wants=network-online.target
After=network-online.target
[Mount]
What=
tealc.adm.crans.org
:/pool/home
What=
172.16.1.1
:/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