diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 16:22:30 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-07-05 16:22:30 +0200 |
commit | 5416f8599ffa92b69bb87434dc1175d760760bbe (patch) | |
tree | 307218127ade7099282ac3bef123a2e9590e8f13 /install.yml | |
download | itm-5416f8599ffa92b69bb87434dc1175d760760bbe.tar.gz itm-5416f8599ffa92b69bb87434dc1175d760760bbe.tar.bz2 itm-5416f8599ffa92b69bb87434dc1175d760760bbe.tar.xz itm-5416f8599ffa92b69bb87434dc1175d760760bbe.zip |
Initial import
Diffstat (limited to 'install.yml')
-rw-r--r-- | install.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/install.yml b/install.yml new file mode 100644 index 0000000..2cd3768 --- /dev/null +++ b/install.yml @@ -0,0 +1,17 @@ +- name: Common Software + hosts: all + remote_user: root + roles: + - role: common + +- name: CUDA + hosts: cuda + remote_user: root + roles: + - role: cuda + +- name: Desktop + hosts: desktop + remote_user: root + roles: + - role: desktop |