You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/group_vars/maria/plain.yml

25 lines
370 B
YAML

---
hetzner_server_type: cpx11
hetzner_server_labels: "stage={{ stage }} service=maria"
mysql_databases: [
{
name: "demo01",
collation: "utf8_general_ci",
encoding: "utf8",
}
]
mysql_users: [
{
name: "demo01",
host: "%",
password: "demo01",
priv: "demo01.*:ALL",
}
]
mysql_root_username: "root"
mysql_root_password: "maria-admin"