kayobe/ansible/roles/disable-glean
Mark Goddard 533e9ca912 Fix --check argument for overcloud host configure
When running 'kayobe overcloud host configure', there are some tasks
that we need to run even in check mode, to ensure that subsequent tasks
can execute. These tasks should not change the target systems.

Change-Id: Id912ccd7c4bf2a4ccff8d16f2a9aa6ed2127a335
Story: 2004798
Task: 28951
2021-07-08 11:12:43 +01:00
..
handlers Add a role to disable glean 2017-05-25 15:44:05 +01:00
tasks Fix --check argument for overcloud host configure 2021-07-08 11:12:43 +01:00
README.md Add a role to disable glean 2017-05-25 15:44:05 +01:00

README.md

Disable Glean

Ansible role to disable services and remove artifacts left after using Glean.

Glean enables DHCP on all network interfaces that are not explicitly configured. If no DHCP server is configured to make an offer to these interfaces, they will time out on boot and cause the network service to fail.

Requirements

None

Role Variables

None

Dependencies

None

Example Playbook

---
- hosts: all
  roles:
    - role: disable-glean

Author Information