mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
bugfix - sshd
This commit is contained in:
parent
12d239cb2b
commit
b00ea49b41
6 changed files with 8 additions and 2 deletions
|
@ -77,7 +77,6 @@
|
||||||
- name: SSHD
|
- name: SSHD
|
||||||
include_role:
|
include_role:
|
||||||
name: sshd
|
name: sshd
|
||||||
#when: sshd_install | bool # Flag might be created in future?
|
|
||||||
|
|
||||||
- name: IIAB-ADMIN
|
- name: IIAB-ADMIN
|
||||||
include_role:
|
include_role:
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
name: pylibs
|
name: pylibs
|
||||||
#when: pylibs_install | bool # Flag might be created in future?
|
#when: pylibs_install | bool # Flag might be created in future?
|
||||||
|
|
||||||
|
- name: SSHD
|
||||||
|
include_role:
|
||||||
|
name: sshd
|
||||||
|
|
||||||
- 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 | bool
|
when: named_install | bool
|
||||||
|
|
|
@ -208,7 +208,7 @@ wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
|
||||||
# 1-PREP
|
# 1-PREP
|
||||||
|
|
||||||
# SEE ssh_port var above.
|
# SEE ssh_port var above.
|
||||||
sshd_install: True # 2020-01-21: do not rely on this var for now (might be implemented in future)
|
sshd_install: True
|
||||||
sshd_enabled: True
|
sshd_enabled: True
|
||||||
|
|
||||||
# roles/iiab-admin runs here
|
# roles/iiab-admin runs here
|
||||||
|
|
|
@ -168,6 +168,7 @@ apache_allow_sudo: True
|
||||||
|
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
sshd_enabled: True
|
||||||
|
|
||||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||||
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||||
|
|
|
@ -168,6 +168,7 @@ apache_allow_sudo: True
|
||||||
|
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
sshd_enabled: True
|
||||||
|
|
||||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||||
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||||
|
|
|
@ -168,6 +168,7 @@ apache_allow_sudo: True
|
||||||
|
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
sshd_enabled: True
|
||||||
|
|
||||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||||
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||||
|
|
Loading…
Reference in a new issue