jomrr / ansible-role-resolved

Ansible role for setting up systemd-resolved.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role resolved

GitHub GitHub last commit GitHub issues

Ansible role for setting up systemd-resolved.

Description

This role installs and configures systemd-resolved on the targeted host(s).

Prerequisites

This role has no special prerequisites.

System packages (Fedora)

  • python3 (Python 3.8 or later)

Python (requirements.txt)

  • ansible >= 2.15

Dependencies (requirements.yml)

collections:
  - community.general

roles: []

Supported Platforms

OS Family Distribution Version Container Image
RedHat AlmaLinux latest jomrr/molecule-almalinux:latest
Archlinux Archlinux latest jomrr/molecule-archlinux:latest
Debian Debian latest jomrr/molecule-debian:latest
RedHat Fedora latest jomrr/molecule-fedora:latest
Suse openSUSE Leap latest jomrr/molecule-opensuse-leap:latest
Debian Ubuntu latest jomrr/molecule-ubuntu:latest

Role Variables

No role default variables specified, see defaults/main.yml.

Example Playbook

Example playbooks(s) that show how to use this role.

Simple example playbook

A simple default example playbook for using jomrr.resolved.

---
# name: "jomrr.resolved"
# file: "playbook_resolved.yml"

- name: "PLAYBOOK | resolved"
  hosts: "resolved_hosts"
  gather_facts: true
  roles:
    - role: "jomrr.resolved"

Author(s) and License

  • :octocat: Author:: jomrr
  • 🚩 Copyright:: 2024, Jonas Mauer
  • 📃 License:: MIT

About

Ansible role for setting up systemd-resolved.

License:MIT License