1
0
Fork 0
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:
Jerry Vonau 2022-07-18 23:22:11 -05:00
parent a5c8dcc904
commit ad3d4f2ea9
2 changed files with 5 additions and 4 deletions

View file

@ -61,12 +61,12 @@
#- { name: 'net.ipv6.conf.lo.disable_ipv6', value: '1' } # BY ABOVE #- { name: 'net.ipv6.conf.lo.disable_ipv6', value: '1' } # BY ABOVE
# UNMAINTAINED # UNUSED
#- name: Install named / BIND #- name: Install named / BIND
# include_tasks: roles/network/tasks/named.yml # include_tasks: roles/network/tasks/named.yml
# when: named_install is defined and named_install # when: named_install is defined and named_install
# UNMAINTAINED # UNUSED
#- name: Install dhcpd #- name: Install dhcpd
# include_tasks: roles/network/tasks/dhcpd.yml # include_tasks: roles/network/tasks/dhcpd.yml
# when: dhcpd_install is defined and dhcpd_install # when: dhcpd_install is defined and dhcpd_install
@ -88,6 +88,9 @@
- gateway/iiab-internet-on - gateway/iiab-internet-on
- gateway/iiab-internet-off - gateway/iiab-internet-off
- name: avahi
include_tasks: avahi.yml
# mate desktop detection based on 'register: nd_dir' in enable_services # mate desktop detection based on 'register: nd_dir' in enable_services
- name: Check if /usr/share/mate/autostart/ exists - name: Check if /usr/share/mate/autostart/ exists
stat: stat:

View file

@ -65,8 +65,6 @@
when: is_ubuntu and not is_ubuntu_16 when: is_ubuntu and not is_ubuntu_16
#### Start services #### Start services
- name: avahi
include_tasks: avahi.yml
- name: hostapd - name: hostapd
include_tasks: hostapd.yml include_tasks: hostapd.yml
- name: computed_services - name: computed_services