main.yml 227 B

1234567891011121314
  1. #
  2. # Default variables for dbservers
  3. #
  4. with_mysql: False
  5. with_mariadb: False
  6. with_mysql_backup: True
  7. mysql_root_password: ''
  8. mysql_admin_password: ''
  9. with_postgresql: False
  10. with_postgresql_backup: True
  11. # vim: ft=yaml.ansible