--- - name: Gather zun facts hosts: zun_all gather_facts: True tags: - always - name: Install zun services hosts: zun_all gather_facts: False serial: - 1 - "100%" user: root environment: "{{ deployment_environment_variables | default({}) }}" tags: - zun roles: - role: "os_zun"