aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/neutron-controller/tasks/main.yml
blob: 5825c5fe51a4d0df81207785602dda33b3422e91 (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: inventory_hostname == groups['controller'][0]
  tags:
    - config
    - neutron_config
    - neutron