mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move nginx to stage 9
This commit is contained in:
parent
301446658b
commit
7282498ccc
2 changed files with 6 additions and 6 deletions
|
@ -5,12 +5,6 @@
|
||||||
path: "{{ iiab_state_file }}"
|
path: "{{ iiab_state_file }}"
|
||||||
state: touch
|
state: touch
|
||||||
|
|
||||||
- name: NGINX
|
|
||||||
include_role:
|
|
||||||
name: nginx
|
|
||||||
when: nginx_install
|
|
||||||
tags: base, nginx
|
|
||||||
|
|
||||||
- name: Install dnsmasq
|
- name: Install dnsmasq
|
||||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||||
when: dnsmasq_install | bool
|
when: dnsmasq_install | bool
|
||||||
|
|
|
@ -43,6 +43,12 @@
|
||||||
name: calibre-web
|
name: calibre-web
|
||||||
tags: calibre-web
|
tags: calibre-web
|
||||||
|
|
||||||
|
- name: NGINX
|
||||||
|
include_role:
|
||||||
|
name: nginx
|
||||||
|
when: nginx_install
|
||||||
|
tags: base, nginx
|
||||||
|
|
||||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: "{{ iiab_env_file }}"
|
dest: "{{ iiab_env_file }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue