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
142a4d2b
Commit
142a4d2b
authored
10 years ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
Revert "add roles"
parent
a2cc5b9f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
roles/cronJob/tasks/main.yml
+0
-7
0 additions, 7 deletions
roles/cronJob/tasks/main.yml
roles/extraFiles/tasks/main.yml
+0
-7
0 additions, 7 deletions
roles/extraFiles/tasks/main.yml
roles/extra_rpms/vars/main.yml
+0
-2
0 additions, 2 deletions
roles/extra_rpms/vars/main.yml
with
0 additions
and
16 deletions
roles/cronJob/tasks/main.yml
deleted
100644 → 0
+
0
−
7
View file @
a2cc5b9f
---
-
name
:
cron job
cron
:
name={{ item.name }} job={{ item.job }} user= {{ item.user}} hour={{ item.hour }} state=present
with_items
:
cronJobs
sudo
:
true
when
:
cronJobs is defined
This diff is collapsed.
Click to expand it.
roles/extraFiles/tasks/main.yml
deleted
100644 → 0
+
0
−
7
View file @
a2cc5b9f
---
-
name
:
extra file symbolic links
file
:
src={{ item.src }} path={{ item.dest }} state={{ item.type }} force=yes
with_items
:
extraFiles
sudo
:
true
when
:
extraFiles is defined
This diff is collapsed.
Click to expand it.
roles/extra_rpms/vars/main.yml
+
0
−
2
View file @
142a4d2b
...
@@ -240,5 +240,3 @@ pkgs:
...
@@ -240,5 +240,3 @@ pkgs:
-
postgresql-contrib
-
postgresql-contrib
-
postgresql-devel
-
postgresql-devel
-
environment-modules
-
environment-modules
-
tcl
-
rsync
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