Skip to content
Snippets Groups Projects
Commit 17ce5e2a authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: New playlist for debian-based pythias

parent dba72cdb
No related branches found
No related tags found
No related merge requests found
- name: pythia
hosts: pythia01.fi.muni.cz
vars:
tasks:
- import_role:
name: pythia_install
tags:
- install
- block:
- fail:
msg: possibly wrong server?
when: ansible_distribution != 'Debian'
- import_role:
name: common_deb
- import_role:
name: pds_mount
- import_role:
name: pds_deb
- import_role:
name: pds_desktop_deb
tags:
- deploy
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