summaryrefslogtreecommitdiffstats
path: root/roles/network/README.md
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-08-11 00:32:08 +0200
committerAhmed AbdelHalim <[email protected]>2025-08-11 00:32:08 +0200
commita8b82fdd655cf23b6b1d7cd689d5b859f302fc68 (patch)
treecbca6923b72fd01a83621d283912d4116cd57b25 /roles/network/README.md
parentde459a3d107f711d279505e55f66b6ea0f2c367d (diff)
Refactor: move hostname into its own role
Diffstat (limited to 'roles/network/README.md')
-rw-r--r--roles/network/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/network/README.md b/roles/network/README.md
index ef0a566d..f66857c2 100644
--- a/roles/network/README.md
+++ b/roles/network/README.md
@@ -4,7 +4,6 @@ This role configure the basic networking functionality of a linux distro
## Role Variables
-- `hostname` the hostname to be configure if provided.
- `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).