---
- name: Ensure introspection rules are registered in Bifrost
  hosts: seed
  roles:
    - role: ironic-inspector-rules
      ironic_inspector_venv: "{{ virtualenv_path }}/shade"
      # No auth required for Bifrost.
      ironic_inspector_auth_type: None
      ironic_inspector_auth: {}
      ironic_inspector_url: "http://localhost:5050"
      ironic_inspector_rules: "{{ kolla_bifrost_inspector_rules }}"
      # These variables may be referenced in the introspection rules.
      inspector_rule_var_ipmi_username: "{{ kolla_bifrost_inspector_ipmi_username }}"
      inspector_rule_var_ipmi_password: "{{ kolla_bifrost_inspector_ipmi_password }}"
      inspector_rule_var_lldp_switch_port_interface: "{{ kolla_bifrost_inspector_lldp_switch_port_interface }}"
      inspector_rule_var_deploy_kernel: "{{ kolla_bifrost_inspector_deploy_kernel }}"
      inspector_rule_var_deploy_ramdisk: "{{ kolla_bifrost_inspector_deploy_ramdisk }}"