main.yml 177 B

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