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

- include: neutron_config.yml
  when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
  tags:
    - config
    - neutron_config
    - neutron