mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update main.yml
This commit is contained in:
parent
4a428c19ef
commit
e2a5fbe25c
@ -1,46 +1,3 @@
|
|||||||
# Global
|
nginx_reverse_proxy_port: "9001"
|
||||||
region: "0"
|
|
||||||
|
|
||||||
common_os_support: ["CentOS", "Ubuntu", "Amazon", "OracleLinux"]
|
|
||||||
|
|
||||||
apache_certbot: True
|
|
||||||
nginx_certbot: True
|
|
||||||
|
|
||||||
nginx_reverse_proxy_port: "8065"
|
|
||||||
|
|
||||||
# role_mysql
|
|
||||||
mysql_version: "5.7"
|
|
||||||
mysql_root_password: "123456"
|
|
||||||
mysql_remote: True
|
|
||||||
|
|
||||||
# docker
|
|
||||||
docker_applications:
|
|
||||||
- phpmyadmin
|
|
||||||
|
|
||||||
# add databases and users
|
|
||||||
mysql_databases:
|
|
||||||
- name: rabbitmq
|
|
||||||
|
|
||||||
mysql_users:
|
|
||||||
- name: rabbitmq
|
|
||||||
host: localhost
|
|
||||||
priv: 'rabbitmq.*:ALL'
|
|
||||||
|
|
||||||
# init passsword of database
|
|
||||||
init_db:
|
|
||||||
mysql:
|
|
||||||
admin: root
|
|
||||||
user: ["ghost"]
|
|
||||||
password: "123456"
|
|
||||||
|
|
||||||
# init password of applications
|
|
||||||
init_application:
|
|
||||||
rabbitmq:
|
|
||||||
service: rabbitmq
|
|
||||||
database: rabbitmq
|
|
||||||
database_user: rabbitmq
|
|
||||||
database_host: localhost
|
|
||||||
database_password: "123456"
|
|
||||||
config_path:
|
|
||||||
- /opt/rabbitmq/config/config.json
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user