From 5378856a4d171815e800671db07365c6e9fbf496 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Mon, 11 Aug 2025 00:32:00 +0200 Subject: Add network role --- roles/network/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roles/network/README.md (limited to 'roles/network/README.md') 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). -- cgit v1.2.3