1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

group dnsmasq within network and always preinstall

This commit is contained in:
Jerry Vonau 2022-03-28 20:19:33 -05:00
parent 7cd2c66fc8
commit 6219a24d82
2 changed files with 6 additions and 4 deletions

View file

@ -3,6 +3,9 @@
- name: ...IS BEGINNING ============================================
meta: noop
- name: Install network/wifi related packages -- configure LATER in 'network', after Stage 9
include_tasks: roles/network/tasks/install.yml
- name: SSHD -- required by OpenVPN below -- also run by roles/4-server-options/tasks/main.yml
include_role:
name: sshd
@ -32,10 +35,6 @@
- iiab-summary
- iiab-apps-to-be-installed
- name: Install dnsmasq -- configure LATER in 'network', after Stage 9
include_tasks: roles/network/tasks/dnsmasq.yml
#when: dnsmasq_install # Flag might be used in future?
- include_tasks: uuid.yml
- include_tasks: ubermix.yml