15 lines
200 B
INI
15 lines
200 B
INI
[web]
|
|
example.com
|
|
|
|
[web:vars]
|
|
ansible_ssh_user=ubuntu
|
|
ansible_python_interpreter=/usr/bin/python3
|
|
|
|
www_user=user
|
|
www_group=group
|
|
www_home=/home/user
|
|
|
|
mysql_root_password='password'
|
|
|
|
php_version='8.1'
|