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:
parent
3b32a9877a
commit
ba42a04569
1 changed files with 20 additions and 0 deletions
|
@ -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
|
- name: Make sure there is a content directory
|
||||||
file: dest={{ doc_root }}/local_content
|
file: dest={{ doc_root }}/local_content
|
||||||
state=directory
|
state=directory
|
||||||
|
@ -16,3 +33,6 @@
|
||||||
# regexp='^BASE_VERSION=*'
|
# regexp='^BASE_VERSION=*'
|
||||||
# line='BASE_VERSION="{{ gui_version }}"'
|
# line='BASE_VERSION="{{ gui_version }}"'
|
||||||
# state=present
|
# state=present
|
||||||
|
|
||||||
|
- name: ...WAS COMPLETED ===========================================]
|
||||||
|
command: echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue