summaryrefslogtreecommitdiff
path: root/playbooks/install_garbd.yaml
blob: a76fa0b7e28c25254a1b8ece60953779f89a28c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- name: "Configure SSH"
  include: ssh.yaml

- name: "Reboot instances"
  include: reboot.yaml

- name: "Configure DNS on instance"
  include: dns.yaml

- name: "Configure apt"
  include: apt_garbd.yaml

- name: "Reboot instances"
  include: reboot.yaml

- name: "Install openbook"
  include: update_garbd.yaml