Code Review
/
integration.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c164d7144250f124b8a749a350d0b21064ff44b2
[integration.git]
/
1
---
2
- name: Create host
3
os_server:
4
state: present
5
name: "{{ host.name }}"
6
image: "{{ host.image }}"
7
flavor: "{{ host.flavor }}"
8
key_name: "{{ host.keypair }}"
9
network: "{{ host.network }}"
10
security_groups:
11
- "{{ host.securitygroup }}"