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
commit08e7307ea0b311e081560ed6126a6c0d196215e4 (patch)
treeb17ddaaed32dc6d96c8d3a0cc93453d5d1ca10f1 /roles/network/README.md
parent5432aa5e60c851d3a73bd4204d6b2c7adbb538b1 (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).