2018-02-20 11:44:49 +00:00
|
|
|
---
|
2018-03-20 10:42:19 +00:00
|
|
|
# Cloud-init searches for network configuration in order of
|
2018-02-20 11:44:49 +00:00
|
|
|
# increasing precedence; each item overriding the previous.
|
|
|
|
# In some cases cloud-init reconfigure automatically network interface
|
|
|
|
# and cause some issues in network configuration
|
2018-03-20 10:42:19 +00:00
|
|
|
- name: Disable Cloud-init service
|
2018-02-20 11:44:49 +00:00
|
|
|
hosts: overcloud
|
|
|
|
tags:
|
|
|
|
- disable-cloud-init
|
|
|
|
roles:
|
|
|
|
- role: disable-cloud-init
|
|
|
|
when: disable_cloud_init | bool
|