1
0
Fork 0
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:
Jerry Vonau 2019-10-22 09:34:44 -05:00
parent fcda2129c4
commit 2ea3e81aaa
2 changed files with 6 additions and 6 deletions

View file

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

View file

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