mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-27 05:53:02 +00:00
Porting of job that was running on patches in Ansible. Change-Id: Ifa5a6b40d6a0f1de9f2cbc917a55c2d0e8ac421d
27 lines
915 B
YAML
27 lines
915 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: true
|
|
|
|
roles:
|
|
- { role: auth, tags: auth }
|
|
- { role: client_config, tags: client_config }
|
|
- { role: group, tags: group }
|
|
# TODO(mordred) Reenable this once the fixed os_image winds up in an
|
|
# upstream ansible release.
|
|
# - { role: image, tags: image }
|
|
- { role: keypair, tags: keypair }
|
|
- { role: keystone_domain, tags: keystone_domain }
|
|
- { role: keystone_role, tags: keystone_role }
|
|
- { role: network, tags: network }
|
|
- { role: nova_flavor, tags: nova_flavor }
|
|
- { role: object, tags: object }
|
|
- { role: port, tags: port }
|
|
- { role: router, tags: router }
|
|
- { role: security_group, tags: security_group }
|
|
- { role: server, tags: server }
|
|
- { role: subnet, tags: subnet }
|
|
- { role: user, tags: user }
|
|
- { role: user_group, tags: user_group }
|
|
- { role: volume, tags: volume }
|