--- - hosts: undercloud gather_facts: false environment: OS_CLOUD: "{{ stack }}" roles: - octavia_overcloud_dcn_config - hosts: octavia_health_manager,octavia_worker,octavia_housekeeping gather_facts: false vars: # Get variables defined for the undercloud in the inventory username: "{{ hostvars['undercloud'].username }}" project_name: "{{ hostvars['undercloud'].project_name }}" overcloud_admin_password: "{{ hostvars['undercloud'].overcloud_admin_password }}" overcloud_keystone_url: "{{ hostvars['undercloud'].overcloud_keystone_url }}" environment: OS_CLOUD: "{{ stack }}" roles: - octavia_controller_dcn_config