mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
when: apache_install
|
||||||
tags: base, httpd
|
tags: base, httpd
|
||||||
|
|
||||||
- name: NGINX
|
|
||||||
include_role:
|
|
||||||
name: nginx
|
|
||||||
when: nginx_install
|
|
||||||
tags: base, nginx
|
|
||||||
|
|
||||||
- name: MYSQL
|
- name: MYSQL
|
||||||
include_role:
|
include_role:
|
||||||
name: mysql
|
name: mysql
|
||||||
|
|
|
@ -3,6 +3,12 @@
|
||||||
- name: ...IS BEGINNING ==================================
|
- name: ...IS BEGINNING ==================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue