1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00
iiab/vars/ubuntu-2304.yml.unused

21 lines
583 B
Text
Raw Permalink Normal View History

# Every is_<OS_VER> var is initially set to 'False' at the bottom of
2022-11-11 00:29:05 +00:00
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
is_debuntu: True
is_ubuntu: True # Opposite of is_debian for now
is_ubuntu_2304: True
# proxy: squid
# proxy_user: proxy
# apache_service: apache2
# apache_user: www-data
# smb_service: smbd
# nmb_service: nmbd
# systemctl_program: /bin/systemctl
# mysql_service: mariadb
# sshd_package: openssh-server
# sshd_service: ssh
# systemd_location: /lib/systemd/system
# php_version: "8.1"
2023-05-15 00:31:46 +00:00
# postgresql_version: 15
# python_version: "3.11"