mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
move to stage 4
This commit is contained in:
parent
fcda2129c4
commit
2ea3e81aaa
2 changed files with 6 additions and 6 deletions
|
@ -9,12 +9,6 @@
|
|||
when: apache_install
|
||||
tags: base, httpd
|
||||
|
||||
- name: NGINX
|
||||
include_role:
|
||||
name: nginx
|
||||
when: nginx_install
|
||||
tags: base, nginx
|
||||
|
||||
- name: MYSQL
|
||||
include_role:
|
||||
name: mysql
|
||||
|
|
|
@ -3,6 +3,12 @@
|
|||
- name: ...IS BEGINNING ==================================
|
||||
command: echo
|
||||
|
||||
- name: NGINX
|
||||
include_role:
|
||||
name: nginx
|
||||
when: nginx_install
|
||||
tags: base, nginx
|
||||
|
||||
- name: Install dnsmasq
|
||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||
when: dnsmasq_install | bool
|
||||
|
|
Loading…
Reference in a new issue