1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Clean 3-base-server/tasks/main.yml

This commit is contained in:
A Holt 2020-01-13 10:25:29 -05:00 committed by GitHub
parent 51db2e2622
commit afc9f01310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,15 +11,18 @@
include_role: include_role:
name: httpd name: httpd
when: apache_install | bool when: apache_install | bool
#tags: base, httpd
- name: MYSQL - name: MYSQL
include_role: include_role:
name: mysql name: mysql
# has no "when: XXXXX_install" flag # has no "when: XXXXX_install" flag
#tags: base, mysql
- 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
#tags: base, domain, dnsmasq, network
- name: Recording STAGE 3 HAS COMPLETED ===================== - name: Recording STAGE 3 HAS COMPLETED =====================
lineinfile: lineinfile: