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

Merge branch 'wifi_net2' of https://github.com/jvonau/iiab into wifi_net2

This commit is contained in:
root 2022-07-11 14:47:01 +00:00
commit 737bbbafde
11 changed files with 116 additions and 117 deletions

View file

@ -3,6 +3,10 @@
- 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
when: network_install
- name: SSHD -- required by OpenVPN below -- also run by roles/4-server-options/tasks/main.yml
include_role:
name: sshd
@ -29,10 +33,6 @@
dest: /usr/bin/
mode: '0755'
- 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