Skip to content

Instantly share code, notes, and snippets.

@kamaulynder
Created October 6, 2014 21:05
Show Gist options
  • Save kamaulynder/d0984f890fe410bb5cc5 to your computer and use it in GitHub Desktop.
Save kamaulynder/d0984f890fe410bb5cc5 to your computer and use it in GitHub Desktop.
1 ---
2 - hosts: all
3 user: vagrant
4 sudo: True
5 connection: ssh
6 vars:
7 site_name: ping.lan
8 mnt_dir: /mnt/ping
9 mysql_database: ping
10 mysql_user: root
11 mysql_pass: ''
12 use_xdebug: False
13 http_port: 80
14 https_port: 443
15 apache_env_vars: {}
16 sub_docroot: public
17 tasks:
18 - include: tasks/master.yml
19 handlers:
20 - include: handlers/master.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment