--- - 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"