infra-ansible/set_resolv_conf.yml
Ricardo Carrillo Cruz afaf0e4a2c Set resolv.conf on nodes before bootstrap
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
2016-06-09 12:15:40 +00:00

9 lines
137 B
YAML

---
# file: set_resolv_conf.yml
- hosts: infra
gather_facts: no
user: ubuntu
become: true
roles:
- { role: set_resolv_conf }