kayobe/ansible/ipa-images.yml

10 lines
375 B
YAML

---
- name: Ensure Ironic Python Agent (IPA) images are downloaded and registered
hosts: controllers[0]
roles:
- role: ipa-images
ipa_images_venv: "{{ ansible_env['PWD'] }}/shade-venv"
ipa_images_openstack_auth_type: "{{ openstack_auth_type }}"
ipa_images_openstack_auth: "{{ openstack_auth }}"
ipa_images_cache_path: "{{ image_cache_path }}"