mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Create ubuntu-2304.yml
This commit is contained in:
parent
8ade0db643
commit
87ef96b029
1 changed files with 23 additions and 0 deletions
23
vars/ubuntu-2304.yml
Normal file
23
vars/ubuntu-2304.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Every is_<OS> var is initially set to 'False' at the bottom of
|
||||||
|
# /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
|
||||||
|
apache_conf_dir: apache2/sites-available
|
||||||
|
apache_log_dir: /var/log/apache2
|
||||||
|
apache_log: /var/log/apache2/access.log
|
||||||
|
smb_service: smbd
|
||||||
|
nmb_service: nmbd
|
||||||
|
systemctl_program: /bin/systemctl
|
||||||
|
mysql_service: mariadb
|
||||||
|
sshd_package: openssh-server
|
||||||
|
sshd_service: ssh
|
||||||
|
php_version: "8.1"
|
||||||
|
postgresql_version: 14
|
||||||
|
systemd_location: /lib/systemd/system
|
||||||
|
python_ver: "3.10"
|
Loading…
Add table
Reference in a new issue