aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/neutron-controller/tasks/main.yml
blob: a0d3b343d873174d560d030bfd49c457c1a3133b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- include: neutron_install.yml
  tags:
    - install
    - neutron_install
    - neutron

- include: neutron_config.yml
  when: inventory_hostname == groups['controller'][0]
  tags:
    - config
    - neutron_config
    - neutron

- meta: flush_handlers