-
Notifications
You must be signed in to change notification settings - Fork 4
/
playbook.yml
68 lines (57 loc) · 1.1 KB
/
playbook.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
66
67
68
---
# Eucalyptus playbook
- hosts: all
gather_facts: no
tasks:
- import_tasks: host_groups.yml
- hosts: ceph:ceph_object_gateway:ceph_deploy
roles:
- ceph-host
- hosts: ceph_deploy
roles:
- ceph
- hosts: minio
roles:
- minio
- hosts: node
tasks:
- name: eucalyptus node host facts
include_role:
name: common
tasks_from: host_facts
- hosts: midonet_nsdb
module_defaults:
yum:
disablerepo: "{{ eucalyptus_yum_disablerepo | default(omit) }}"
roles:
- midonet-nsdb
- hosts: cloud
module_defaults:
yum:
disablerepo: "{{ eucalyptus_yum_disablerepo | default(omit) }}"
roles:
- cloud
- hosts: zone
module_defaults:
yum:
disablerepo: "{{ eucalyptus_yum_disablerepo | default(omit) }}"
roles:
- zone
- hosts: node
module_defaults:
yum:
disablerepo: "{{ eucalyptus_yum_disablerepo | default(omit) }}"
roles:
- node
- hosts: cloud
roles:
- cloud-post
- hosts: console
module_defaults:
yum:
disablerepo: "{{ eucalyptus_yum_disablerepo | default(omit) }}"
roles:
- console
- hosts: all
roles:
- monitoring