blob: f66857c282157da5fa204703b1c7bc93178ed724 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Ansible Role: network
This role configure the basic networking functionality of a linux distro
## Role Variables
- `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).
|