blob: 8f01e1f66c0624f9b8b4a436bf4603d76571bbfb [file] [log] [blame]
Andy Bavier1db46d42016-02-18 16:53:27 -05001head ansible_ssh_host=localhost connection=local
2
Andy Bavierd4998f42016-02-23 11:49:52 -05003[openstack]
4mysql
5rabbitmq-server
6keystone
7glance
8nova-cloud-controller
9openstack-dashboard
10ceilometer
11nagios
12neutron-api
13
14[openstack:vars]
15ansible_ssh_user=ubuntu
16
Andy Bavier1db46d42016-02-18 16:53:27 -050017[compute]
18nova-compute ansible_ssh_user=ubuntu
19
20[all:vars]
Andy Bavierd4998f42016-02-23 11:49:52 -050021test_setup=true