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:
parent
7cd2c66fc8
commit
6219a24d82
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# 2022-03-16: 'apt show <pkg> | grep Size' revealed download sizes, on 64-bit RasPiOS with desktop.
|
||||
|
||||
- name: Install dnsmasq -- configure LATER in 'network', after Stage 9
|
||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||
|
||||
- name: Install package networkd-dispatcher (OS's other than RasPiOS)
|
||||
package:
|
||||
name: networkd-dispatcher # 15kB download: Dispatcher service for systemd-networkd connection status changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue