---
- include_vars: "{{ ansible_os_family }}.yml"

- include: glance_install.yml
  tags:
    - install
    - glance_install
    - glance

- include: nfs.yml
  tags:
    - nfs

- include: glance_config.yml
  run_once: True
  tags:
    - config
    - glance_config
    - glance