Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
hpc-team
HPCasCode
Commits
40960e15
Commit
40960e15
authored
8 years ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
ensure the provision_homedir task runs on all managment nodes
parent
918db1e6
No related branches found
No related tags found
1 merge request
!33
Multiple fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/provision_homedir/tasks/main.yml
+0
-2
0 additions, 2 deletions
roles/provision_homedir/tasks/main.yml
with
0 additions
and
2 deletions
roles/provision_homedir/tasks/main.yml
+
0
−
2
View file @
40960e15
...
...
@@ -2,7 +2,6 @@
-
name
:
make dir
file
:
path="{{ provision_homedir | dirname }}" state=directory mode=755 owner=root
sudo
:
true
run_once
:
true
-
name
:
install python packages
yum
:
name=python-ldap state=installed
...
...
@@ -17,7 +16,6 @@
-
name
:
copy provision_homedir template
template
:
src=provision_homedir.py.j2 dest={{ provision_homedir }} mode=700 owner=root
sudo
:
true
run_once
:
true
# the lockfile for makeing home directories should be located on the shared directory where the home directories will be created. Otherwise it will be racey
-
name
:
provision_homedir cron job
...
...
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