| # opencloud-multi-playbook.yml |
| # Install an OpenCloud site, with multi-node Juju configured OpenStack |
| - name: Include variables |
| include_vars: "{{ item }}" |
| - "profile_manifests/{{ cord_profile }}.yml" |
| - profile_manifests/local_vars.yml |
| - name: Turn on virtualization |
| - name: Check prerequisites |
| - name: DNS Server and apt-cacher-ng Setup |
| - name: Use the new DNS server, prep systems |
| - name: Configure head node, configure virtualization |
| - { role: head-prep, become: yes } |
| - { role: config-virt, become: yes } |
| - name: Create LXD's, Configure Juju, install XOS |
| - name: Configure compute nodes |
| - name: Deploy compute nodes |