From b23e9400c36acf9856606165489e8828c2cf8dd5 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 11 Oct 2019 06:25:21 +0200 Subject: ipa-client and fine tunning --- roles/storage/tasks/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 roles/storage/tasks/main.yml (limited to 'roles/storage/tasks/main.yml') diff --git a/roles/storage/tasks/main.yml b/roles/storage/tasks/main.yml deleted file mode 100644 index 014e396..0000000 --- a/roles/storage/tasks/main.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -- name: Ensure required software is installed. - package: name="{{ item }}" state=present - with_items: [ 'parted', 'mdadm', 'nfs-utils' ] - -- debug: msg="{{ inventory_hostname }}" - -- name: configure network fs - include_tasks: nfs.yml - -- name: configure ipepdvcompute2 - include_tasks: ipecompute2.yml - when: inventory_hostname == '192.168.26.132' - -- name: configure ipepdvcompute4 - include_tasks: ipecompute4.yml - when: inventory_hostname == '192.168.26.134' -- cgit v1.2.3