summaryrefslogtreecommitdiffstats
path: root/roles/network/README.md
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-08-16 02:26:38 +0200
committerAhmed AbdelHalim <[email protected]>2025-08-16 03:14:37 +0200
commit8e1e19aecfb707ab47e8562491f3d814845faf35 (patch)
treeb17ddaaed32dc6d96c8d3a0cc93453d5d1ca10f1 /roles/network/README.md
parentaca0a4c0970f2fd9726f380eaa66099c8ae0bdd8 (diff)
Refactor network role to remove NetworkManager/dhcpcd/networkd conflict
Diffstat (limited to 'roles/network/README.md')
-rw-r--r--roles/network/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/network/README.md b/roles/network/README.md
index f66857c2..6bb7122c 100644
--- a/roles/network/README.md
+++ b/roles/network/README.md
@@ -6,6 +6,3 @@ This role configure the basic networking functionality of a linux distro
- `network_wifi_ssid` the name of the WIFI network to be configured (default: "").
- `network_wifi_pass` the passphrase of the WIFI network to be configure (default: "").
-- `network_packages` the packages to install for a distro (default in distro vars).
-- `network_packages_removed` the packages to remove from a distro (default in distro vars).
-- `network_services` the services names to start/enable for a distro (default in distro vars).