From 32086f62131e1b813e2f3d97bc2c78f66c6a3154 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Wed, 13 Dec 2017 18:54:21 -0700 Subject: adding files --- playbooks/install_openbook.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 playbooks/install_openbook.yaml (limited to 'playbooks/install_openbook.yaml') diff --git a/playbooks/install_openbook.yaml b/playbooks/install_openbook.yaml new file mode 100644 index 0000000..59ac065 --- /dev/null +++ b/playbooks/install_openbook.yaml @@ -0,0 +1,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 -- cgit v1.3