diff options
Diffstat (limited to 'playbooks/install_garbd.yaml')
| -rw-r--r-- | playbooks/install_garbd.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/playbooks/install_garbd.yaml b/playbooks/install_garbd.yaml new file mode 100644 index 0000000..a76fa0b --- /dev/null +++ b/playbooks/install_garbd.yaml @@ -0,0 +1,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 |
