--- # This is the overall site playbook. - name: Baseline Configuration hosts: all remote_user: ubuntu sudo: yes roles: - common - webserver - ssh - db