summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/prerequisite.yaml
blob: 5c7cc399ae4f3625d9a8a79810ce783d8cc5c90a (plain)
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
---
- hosts: cluster_hosts
  gather_facts: yes
  become: yes
  vars_files:
  - vars/main.yaml
  roles:
  - instance-groups
  - package-repos

- hosts: cluster_hosts
  gather_facts: no
  vars_files:
  - vars/main.yaml
  become: yes
  roles:
  - prerequisites

- hosts: master
  gather_facts: yes
  vars_files:
  - vars/main.yaml
  become: yes
  roles:
  - master-prerequisites
  - etcd-storage