1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

bugfix - sshd

This commit is contained in:
Jerry Vonau 2020-09-22 08:52:26 -05:00
parent 12d239cb2b
commit b00ea49b41
6 changed files with 8 additions and 2 deletions

View file

@ -77,7 +77,6 @@
- name: SSHD
include_role:
name: sshd
#when: sshd_install | bool # Flag might be created in future?
- name: IIAB-ADMIN
include_role:

View file

@ -18,6 +18,10 @@
name: pylibs
#when: pylibs_install | bool # Flag might be created in future?
- name: SSHD
include_role:
name: sshd
- name: Install named / BIND
include_tasks: roles/network/tasks/named.yml
when: named_install | bool

View file

@ -208,7 +208,7 @@ wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
# 1-PREP
# 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
# roles/iiab-admin runs here

View file

@ -168,6 +168,7 @@ apache_allow_sudo: True
# 4-SERVER-OPTIONS
sshd_enabled: True
# 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")

View file

@ -168,6 +168,7 @@ apache_allow_sudo: True
# 4-SERVER-OPTIONS
sshd_enabled: True
# 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")

View file

@ -168,6 +168,7 @@ apache_allow_sudo: True
# 4-SERVER-OPTIONS
sshd_enabled: True
# 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")