blob: 74f07e08c4371ff90d889c9a31e6cbbbbe42d75f [file] [log] [blame]
Saleil Bhat1c5593d2017-01-06 15:25:57 -08001# vmme playbook
2
3- hosts: "{{ instance_name }}"
4 connection: ssh
5 user: ubuntu
6 sudo: yes
7 gather_facts: no
8 vars:
9 - tenant_message: "{{ tenant_message }}"
10
11 roles:
12 - install_apache
13 - create_index