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