summaryrefslogtreecommitdiffstats
path: root/roles/network/README.md
blob: ef0a566db816b5a9a64be93fc18237c436e12685 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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).