Skip to content

Instantly share code, notes, and snippets.

@monofone
Last active August 29, 2015 14:00
Show Gist options
  • Save monofone/11019813 to your computer and use it in GitHub Desktop.
Save monofone/11019813 to your computer and use it in GitHub Desktop.
#vars/main.yml
vhost_sites:
- {
host: 'app.local',
docroot: '/vagrant/web',
admin_email: 'admin@app.local',
aliases: [
app.dev
app.local.dev
]
}
mysql_port: 3306 # The port for mysql server to listen
mysql_bind_address: "0.0.0.0" # The bind address for mysql server
mysql_root_db_pass: password # The root DB password
# A list that has all the databases to be
# created and their replication status:
mysql_db:
- name: mydatabase
replicate: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment