1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-10-26 22:22:59 -04:00 committed by GitHub
parent 3b32a9877a
commit ba42a04569

View file

@ -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