summaryrefslogtreecommitdiffstats
path: root/roles/network/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:32:00 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:32:00 +0200
commit20ab3adb6b08944235c707490449c8906394564f (patch)
tree8f0bded9360fde2cb6779d4e8cd50d41a3741c4c /roles/network/README.md
parentb837d1af24552836cf85a17013ca7b210e1b727c (diff)
Add network role
Diffstat (limited to 'roles/network/README.md')
-rw-r--r--roles/network/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/network/README.md b/roles/network/README.md
new file mode 100644
index 00000000..ef0a566d
--- /dev/null
+++ b/roles/network/README.md
@@ -0,0 +1,12 @@
+# Ansible Role: network
+
+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).
+- `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).