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

include the map role

This commit is contained in:
George Hunt 2019-05-04 22:01:08 -07:00
parent e773447f9a
commit a191c70679

View file

@ -18,6 +18,11 @@
when: captive_portal_install
tags: base, captive-portal, network, domain
- name: Installing vector maps
include_tasks: roles/map-vector/tasks/main.yml
when: map_vector_install
tags: base, map
- name: Installing dhcpd
include_tasks: roles/network/tasks/dhcpd.yml
when: dhcpd_install