Skip to content
Snippets Groups Projects
kolla-host.yml 231 B
Newer Older
- import_playbook: gather-facts.yml
- name: Apply role baremetal
  hosts: baremetal
  serial: '{{ kolla_serial|default("0") }}'
  gather_facts: false
    - { role: openstack.kolla.baremetal,
        tags: baremetal }