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:
commit
87ef9b7f23
10 changed files with 103 additions and 105 deletions
|
|
@ -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
|
||||
|
|
|
|||
10
roles/sshd/defaults/main.yml
Normal file
10
roles/sshd/defaults/main.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue