Mark Goddard 9e858dc55b Small fixes for disable-glean role
Don't stop glean services which are not loaded.
2017-05-29 16:55:54 +01:00
..
2017-05-25 15:44:05 +01:00
2017-05-29 16:55:54 +01:00
2017-05-25 15:44:05 +01:00

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