main.yml 195 B

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