YAML examples for MySQL
MySQL target with password authentication
yaml- target: production_mysql type: MYSQL name: Production MySQL host: mysql.example.com port: "3306" database: myapp auth: username: deploy_user password: $password proxy: my_ssh_bastion tags: - mysql - production
Minimal
yaml- target: production_mysql type: MYSQL host: mysql.example.com auth: username: deploy_user password: $password