From ba42a04569b5a5e6ec6fbfdaa0e46f972649e5c5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 26 Oct 2017 22:22:59 -0400 Subject: [PATCH] Update main.yml --- roles/3-base-server/tasks/main.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/roles/3-base-server/tasks/main.yml b/roles/3-base-server/tasks/main.yml index 8eda7ca48..a1794fb2c 100644 --- a/roles/3-base-server/tasks/main.yml +++ b/roles/3-base-server/tasks/main.yml @@ -1,3 +1,20 @@ +# Base Server + +- name: ...IS BEGINNING ============================================] + command: echo + +- name: HTTPD + include_role: + name: httpd +# when: httpd_install + tags: base, httpd + +- name: IIAB-ADMIN + include_role: + name: iiab-admin +# when: iiab_install + tags: base, iiab-admin + - name: Make sure there is a content directory file: dest={{ doc_root }}/local_content state=directory @@ -16,3 +33,6 @@ # regexp='^BASE_VERSION=*' # line='BASE_VERSION="{{ gui_version }}"' # state=present + +- name: ...WAS COMPLETED ===========================================] + command: echo