kayobe/ansible/disable-cloud-init.yml

13 lines
409 B
YAML
Raw Normal View History

2018-02-20 11:44:49 +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
- 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