blob: 94aac38a89405fa427855e68ccbdbb42b51b1984 [file] [log] [blame]
David K. Bainbridge906a9a12016-08-25 10:50:45 -07001---
2- name: Include vars
3 hosts: all
4 tasks:
5 - include_vars: vars/compute-node.yml
6
7- name: Configure compute hosts to use DNS server
8 hosts: all
David K. Bainbridgeed101542016-05-18 20:26:15 -07009 remote_user: ubuntu
David K. Bainbridge906a9a12016-08-25 10:50:45 -070010 become: yes
David K. Bainbridgeed101542016-05-18 20:26:15 -070011 roles:
David K. Bainbridge906a9a12016-08-25 10:50:45 -070012 - role: compute-node