1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Clean up comments in vars/ubuntu-21.yml

This commit is contained in:
A Holt 2021-05-18 22:16:20 -04:00 committed by GitHub
parent 2694f66f85
commit 5a2156e3b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,11 @@ apache_log_dir: /var/log/apache2
smb_service: smbd
nmb_service: nmbd
systemctl_program: /bin/systemctl
# issue raised
mysql_service: mariadb
apache_log: /var/log/apache2/access.log
sshd_package: openssh-server
sshd_service: ssh
php_version: 7.4 # 2020-04-22: Will Ubuntu 21.10 require 8.0?
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
postgresql_version: 13 # 2020-04-22: Will Ubuntu 21.10 require 14?
php_version: 7.4 # 2021-04-22: Will Ubuntu 21.10 require 8.0?
postgresql_version: 13 # 2021-04-22: Will Ubuntu 21.10 require 14?
systemd_location: /lib/systemd/system
python_ver: 3.9