mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
speedup - ssh ports are not changing
This commit is contained in:
parent
a5c8dcc904
commit
ad3d4f2ea9
2 changed files with 5 additions and 4 deletions
|
@ -61,12 +61,12 @@
|
|||
#- { name: 'net.ipv6.conf.lo.disable_ipv6', value: '1' } # BY ABOVE
|
||||
|
||||
|
||||
# UNMAINTAINED
|
||||
# UNUSED
|
||||
#- name: Install named / BIND
|
||||
# include_tasks: roles/network/tasks/named.yml
|
||||
# when: named_install is defined and named_install
|
||||
|
||||
# UNMAINTAINED
|
||||
# UNUSED
|
||||
#- name: Install dhcpd
|
||||
# include_tasks: roles/network/tasks/dhcpd.yml
|
||||
# when: dhcpd_install is defined and dhcpd_install
|
||||
|
@ -88,6 +88,9 @@
|
|||
- gateway/iiab-internet-on
|
||||
- gateway/iiab-internet-off
|
||||
|
||||
- name: avahi
|
||||
include_tasks: avahi.yml
|
||||
|
||||
# mate desktop detection based on 'register: nd_dir' in enable_services
|
||||
- name: Check if /usr/share/mate/autostart/ exists
|
||||
stat:
|
||||
|
|
|
@ -65,8 +65,6 @@
|
|||
when: is_ubuntu and not is_ubuntu_16
|
||||
|
||||
#### Start services
|
||||
- name: avahi
|
||||
include_tasks: avahi.yml
|
||||
- name: hostapd
|
||||
include_tasks: hostapd.yml
|
||||
- name: computed_services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue