Skip to content
Snippets Groups Projects
Commit a2cc5b9f authored by Jupiter Hu's avatar Jupiter Hu
Browse files

Merge pull request #64 from CVL-GitHub/cvl2branch

add roles
parents 306463e8 825c2e5b
No related branches found
No related tags found
No related merge requests found
---
- 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
---
- 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
...@@ -240,3 +240,5 @@ pkgs: ...@@ -240,3 +240,5 @@ pkgs:
- postgresql-contrib - postgresql-contrib
- postgresql-devel - postgresql-devel
- environment-modules - environment-modules
- tcl
- rsync
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment