afaf0e4a2c
In some clouds, the nodes created may not have a usable dns server from Neutron. Use the Google one, may set this role parameterized at some point. Change-Id: I05fcd867e47fcc45dab25d5be5c8349d272514f4
9 lines
137 B
YAML
9 lines
137 B
YAML
---
|
|
# file: set_resolv_conf.yml
|
|
- hosts: infra
|
|
gather_facts: no
|
|
user: ubuntu
|
|
become: true
|
|
roles:
|
|
- { role: set_resolv_conf }
|