blob: 1a84bf1aeb01ce5853720ec52f0e429d43ae90f8 [file] [log] [blame]
Jonathan Hart93956f52017-08-22 13:12:42 -07001
2{#
3Copyright 2017-present Open Networking Foundation
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16#}
17
18
David K. Bainbridge906a9a12016-08-25 10:50:45 -070019---
20- name: Include vars
21 hosts: all
David K. Bainbridge5f50b152016-08-26 11:11:19 -070022 remote_user: ubuntu
David K. Bainbridge906a9a12016-08-25 10:50:45 -070023 tasks:
David K. Bainbridge17248c02016-08-29 17:04:34 -070024 - name: Include variables
David K. Bainbridgea677d4e2016-09-11 20:01:32 -070025 include_vars: vars/compute-node-vars.yml
David K. Bainbridge906a9a12016-08-25 10:50:45 -070026
27- name: Configure compute hosts to use DNS server
28 hosts: all
David K. Bainbridgeed101542016-05-18 20:26:15 -070029 remote_user: ubuntu
30 roles:
David K. Bainbridge906a9a12016-08-25 10:50:45 -070031 - role: compute-node