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