You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
408 B
14 lines
408 B
- hosts: cloud-launcher:!disabled
|
|
name: "Cloud-launcher: Run cloud launcher"
|
|
gather_facts: false
|
|
tasks:
|
|
# Use include_role so that the cloud-launcher role install
|
|
# is late-binding
|
|
- include_role:
|
|
name: install-ansible-roles
|
|
- include_role:
|
|
name: cloud-launcher
|
|
vars:
|
|
profiles: '{{ cloud_launcher_profiles }}'
|
|
clouds: '{{ cloud_launcher_clouds }}'
|