forked from nickarun80/Openstack-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathos_server_sample.yml
66 lines (64 loc) · 2.02 KB
/
os_server_sample.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
- name: Testing initial
hosts: localhost
tasks:
- name: Create a new instance and attaches to a network and passes metadata to the instance
os_server:
state: present
name: Ubuntu-VM-01
image: "Ubuntu-20.04"
timeout: 200
flavor: 7c7543ae-ea18-4831-a77a-72721065d178
auto_ip: no
network: 4617bcd2-1346-4010-aa67-77e04add6280
security_groups: default
meta:
os: ubuntu
- name: Create a new instance and attaches to a network and passes metadata to the instance
os_server:
state: present
name: Ubuntu-VM-02
image: "Ubuntu-20.04"
timeout: 200
flavor: 7c7543ae-ea18-4831-a77a-72721065d178
auto_ip: no
network: 4617bcd2-1346-4010-aa67-77e04add6280
security_groups: default
meta:
os: ubuntu
- name: Create a new instance and attaches to a network and passes metadata to the instance
os_server:
state: present
name: Ubuntu-VM-03
image: "Ubuntu-20.04"
timeout: 200
flavor: 7c7543ae-ea18-4831-a77a-72721065d178
auto_ip: no
network: 4617bcd2-1346-4010-aa67-77e04add6280
security_groups: default
meta:
os: ubuntu
- name: Create a new instance and attaches to a network and passes metadata to the instance
os_server:
state: present
name: Ubuntu-VM-04
image: "Ubuntu-20.04"
timeout: 200
flavor: 7c7543ae-ea18-4831-a77a-72721065d178
auto_ip: no
network: 4617bcd2-1346-4010-aa67-77e04add6280
security_groups: default
meta:
os: ubuntu
- name: Create a new instance and attaches to a network and passes metadata to the instance
os_server:
state: present
name: Ubuntu-VM-05
image: "Ubuntu-20.04"
timeout: 200
flavor: 7c7543ae-ea18-4831-a77a-72721065d178
auto_ip: no
network: 4617bcd2-1346-4010-aa67-77e04add6280
security_groups: default
meta:
os: ubuntu