1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3440 from holta/versions_less_brittle

Put vars/<OS-VER>.yml files on a diet, moving stale vars to default_vars.yml or roles/X/defaults
This commit is contained in:
A Holt 2022-12-22 01:10:55 -05:00 committed by GitHub
commit 87ef9b7f23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 103 additions and 105 deletions

View file

@ -57,5 +57,6 @@ kiwix_url: /kiwix
kiwix_url_plus_slash: "{{ kiwix_url }}/" # /kiwix/
kiwix_path: "{{ iiab_base }}/kiwix" # /opt/iiab/kiwix
systemctl_program: /bin/systemctl
kiwix_nginx_timeout: 600
kiwix_threads: 4

View file

@ -0,0 +1,10 @@
# 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