Code Review
/
integration.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
847150f36351730c9b9e00baac626fa9e9e1a3a4
[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 }}"