Files
kayobe/ansible/disable-glean.yml
Mark Goddard dc7c2d9c6c Add a role to disable glean
Also removes interface configuration files created by Glean as kayobe expects
to manage all interfaces.
2017-05-25 15:44:05 +01:00

9 lines
335 B
YAML

---
# Glean/simple-init is useful for reading configdrive data when provisioning
# servers but gets in the way after this as it tries to enable all network
# interfaces. In some cases this can lead to timeouts.
- name: Ensure Glean is disabled and its artifacts are removed
hosts: seed:controllers
roles:
- role: disable-glean