From 17ce5e2af9762a5cd2f770faf85b36ba3cd7a784 Mon Sep 17 00:00:00 2001 From: Vladimir Still <git@vstill.eu> Date: Fri, 18 Feb 2022 21:18:41 +0100 Subject: [PATCH] ansible: New playlist for debian-based pythias --- ansible/pythia01.fi.muni.cz.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ansible/pythia01.fi.muni.cz.yml diff --git a/ansible/pythia01.fi.muni.cz.yml b/ansible/pythia01.fi.muni.cz.yml new file mode 100644 index 0000000..b913ecb --- /dev/null +++ b/ansible/pythia01.fi.muni.cz.yml @@ -0,0 +1,28 @@ +- 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 -- GitLab