dandyrow.linux.networkmanager role – Install and enable NetworkManager

Note

This role is part of the dandyrow.linux collection (version 2.6.0).

To install it use: ansible-galaxy collection install dandyrow.linux.

To use it in a playbook, specify: dandyrow.linux.networkmanager.

Entry point main – Install and enable NetworkManager

Synopsis

  • Install and enable NetworkManager.

Parameters

Parameter

Comments

start

boolean

If true, will start the networkmanager daemon.

WARNING make sure to disable any other network daemons before starting networkmanager!

Choices:

  • false ← (default)

  • true

Authors

  • Daniel Lowry (github.com/dandyrow)