# Base Server - name: ...IS BEGINNING ============================================] command: echo - name: HTTPD include_role: name: httpd tags: base, httpd - name: IIAB-ADMIN include_role: name: iiab-admin tags: base, iiab-admin # the above 2 have no "when: XXXXX_install" flag - name: Make sure there is a content directory file: dest={{ doc_root }}/local_content state=directory - name: Base Server Installed command: echo Base Server Installed - name: Restart httpd service: name={{ apache_service }} state=restarted when: not installing # If we got here we're done #- name: Record base gui version # lineinfile: dest=/etc/iiab/iiab.env # regexp='^BASE_VERSION=*' # line='BASE_VERSION="{{ gui_version }}"' # state=present - name: ...WAS COMPLETED ===========================================] command: echo