aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/ansible/create.yml
blob: 38f2f9d2093bd0c4b1bc021ebcf62ceb08112e92 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Create infrastructure
  hosts: localhost
  connection: local
  gather_facts: False
  roles:
    - openstack/create_devstack_network
    - openstack/create_devstack_securitygroup
    - openstack/create_devstack_keypair
    - openstack/create_devstack_hosts