summaryrefslogtreecommitdiff
path: root/playbooks/install_openbook.yaml
blob: 59ac065722a23dd915c4529b715cd515ccbbc808 (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
27
---
- name: "Configure SSH"
  include: ssh.yaml

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

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

- name: "Increase ulimit"
  include: ulimit.yaml

- name: "Configure SSL"
  include: ssl.yaml

- name: "Configure apache"
  include: apache.yaml

- name: "Configure java"
  include: java.yaml

- name: "Configure logrotate"
  include: logrotate.yaml

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