Code Review
/
integration.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4c6759fd7325daf01b6261ae087ad30d2f160955
[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 }}"
12
auto_ip: "{{ host.auto_ip | default(true) }}"