Ansible role to install and configure the networking stack provided by systemd on different distributions
Go to file
Markus Pesch 6713889ea6
continuous-integration/drone/push Build is passing Details
style(lint): quote mode
2023-02-26 22:20:06 +01:00
defaults fix: add linter 2023-02-08 18:24:09 +01:00
handlers style(networking): name of tasks, use built in module 2023-02-12 14:48:23 +01:00
meta fix: add linter 2023-02-08 18:24:09 +01:00
tasks style(lint): quote mode 2023-02-26 22:20:06 +01:00
templates feat: support multiple routes and addresses, support wireguard 2022-04-18 16:35:41 +02:00
vars fix: add linter 2023-02-08 18:24:09 +01:00
.ansible-lint Initial Commit 2022-03-18 15:44:40 +01:00
.drone.yml fix(ci): replace git repository with gitea instead of drone 2022-04-27 20:07:31 +02:00
.editorconfig Initial Commit 2022-03-18 15:44:40 +01:00
.markdownlint.yaml Initial Commit 2022-03-18 15:44:40 +01:00
LICENSE Initial Commit 2022-03-18 15:44:40 +01:00
README.md fix: meta information 2022-04-27 20:07:53 +02:00
renovate.json Initial Commit 2022-03-18 15:44:40 +01:00

README.md

networking

Build Status Ansible Role

With following role can the networking stack provided by systemd be configured.

Supported distributions

  • Arch Linux
  • Ubuntu 20.04

Features

  • Installing systemd-networkd, systemd-resolved and systemd-timesyncd
  • Configuring systemd networking services

Configuring

In the default directory are examples how to configure the network stack. Copy the defaults into your host_vars or group_vars and adapt the examples.