71f493db77
Change-Id: I6e3ebdfc739d155c0953d43c878247fc590901c6 Story: 2001697
13 lines
409 B
YAML
13 lines
409 B
YAML
---
|
|
# Cloud-init searches for network configuration in order of
|
|
# increasing precedence; each item overriding the previous.
|
|
# In some cases cloud-init reconfigure automatically network interface
|
|
# and cause some issues in network configuration
|
|
- name: Disable Cloud-init service
|
|
hosts: overcloud
|
|
tags:
|
|
- disable-cloud-init
|
|
roles:
|
|
- role: disable-cloud-init
|
|
when: disable_cloud_init | bool
|