| # deploy-openstack-playbook.yml |
| # Deploys OpenStack in LXD containers on the CORD head node |
| - name: Include variables |
| include_vars: "{{ item }}" |
| - "profile_manifests/{{ cord_profile }}.yml" |
| - profile_manifests/local_vars.yml |
| - name: Configure head node, create containers |
| - { role: head-prep, become: yes } |
| - name: Create SSL root/intermediate CAs and server certificates |
| - name: Install CA certificates |
| - name: Start OpenStack install |
| # Put plays here that will execute in parallel to |
| # the OpenStack installation |
| - name: Finish OpenStack install |