openstack-ansible-os_zun/examples/playbook.yml
Dmitriy Rabotyagov 930f3ad014 Replace linters test with integarted one
We've created integrated linters check job a while back and it's successfully
working for several releases. At the moment we experience difficulties
with future maintenance of the linters check from the openstack-ansible-tests
repo. So instead of fixing current one, we replace it with modern version of
the test.

Change-Id: I97294abdb29266a0989b3399d5c25b32dbc39112
2021-05-23 09:31:19 +03:00

21 lines
319 B
YAML

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