summaryrefslogtreecommitdiffstats
path: root/install.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-10-25 00:19:07 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-10-25 00:19:07 +0200
commit9e38736b93a6b737ecb53d1f41dadf45cbb22c1c (patch)
tree33cda4d193d83772e7fd0f45e7101452497be7d3 /install.yml
parent15890ccdef55168e9753ff6957ce64096837c627 (diff)
downloaditm-9e38736b93a6b737ecb53d1f41dadf45cbb22c1c.tar.gz
itm-9e38736b93a6b737ecb53d1f41dadf45cbb22c1c.tar.bz2
itm-9e38736b93a6b737ecb53d1f41dadf45cbb22c1c.tar.xz
itm-9e38736b93a6b737ecb53d1f41dadf45cbb22c1c.zip
Various stuff to pre-configure compute nodes
Diffstat (limited to 'install.yml')
-rw-r--r--install.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/install.yml b/install.yml
index 802dc10..e675815 100644
--- a/install.yml
+++ b/install.yml
@@ -10,6 +10,12 @@
roles:
- role: ands_idm
+- name: Devel Packages
+ hosts: devel
+ remote_user: root
+ roles:
+ - role: devel
+
- name: Infiniband
hosts: ib
remote_user: root
@@ -46,3 +52,15 @@
remote_user: root
roles:
- role: ands_storage
+
+- name: Ands Scripts
+ hosts: all
+ remote_user: root
+ roles:
+ - role: ands_scripts
+
+- name: Docker Containers (Pods)
+ hosts: all
+ remote_user: root
+ roles:
+ - role: ands_pods