mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
11 lines
353 B
YAML
11 lines
353 B
YAML
|
# sshd_install: True # Required by OpenVPN
|
||
|
# sshd_enabled: True
|
||
|
|
||
|
# sshd_port: 22 # Not fully functional. SEE: roles/sshd/tasks/install.yml
|
||
|
|
||
|
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||
|
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||
|
|
||
|
sshd_package: openssh-server
|
||
|
sshd_service: ssh
|