Skip to content

DNS changes modify /var/lib/NetworkManager/NetworkManager-intern.conf #828

@taschaal

Description

@taschaal

seems like the changes should be made to /etc/NetworkManager/NetworkManager.conf, /etc/NetworkManager/conf.d/, or the connection files.

This is the code I'm using:

  • include_role:
    name: redhat.rhel_system_roles.network
    vars:
    network_allow_restart: true
    network_state:
    dns-resolver:
    config:
    search:
    - mycompany.com
    server:
    - "{{ nameserver1 }}"
    - "{{ nameserver2 }}"
    options:
    - timeout:1
    - attempts:1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions