Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opus-codium/puppet-wifi

The wifi module lets you setup your Wi-Fi access points using Puppet.
https://github.com/opus-codium/puppet-wifi

hacktoberfest puppet wifi

Last synced: 3 months ago
JSON representation

The wifi module lets you setup your Wi-Fi access points using Puppet.

Awesome Lists containing this project

README

        

# wifi

[![Build Status](https://img.shields.io/github/actions/workflow/status/opus-codium/puppet-wifi/release.yml)](https://github.com/opus-codium/puppet-wifi/releases)
[![Puppet Forge](https://img.shields.io/puppetforge/v/opuscodium/wifi.svg)](https://forge.puppetlabs.com/opuscodium/wifi)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/opuscodium/wifi.svg)](https://forge.puppetlabs.com/opuscodium/wifi)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/opuscodium/wifi.svg)](https://forge.puppetlabs.com/opuscodium/wifi)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/opuscodium/wifi.svg)](https://forge.puppetlabs.com/opuscodium/wifi)
[![License](https://img.shields.io/github/license/opus-codium/puppet-wifi.svg)](https://github.com/voxpupuli/opuscodium-wifi/blob/master/LICENSE.md)

#### Table of Contents

* [Module Description](#module-description)
* [Usage](#usage)
* [Declaring Access Points](#declaring-access-points)

## Module Description

The wifi module lets you setup your Wi-Fi access points using Puppet.

## Usage

### Declaring Access Points

Each `wifi::infrastructure` declare a different access point:

```puppet
wifi::infrastructure { 'Rocketjump GGGGG':
psk => '3 words all uppercase',
}

wifi::infrastructure { 'Rocketjump Five Gee':
psk => 'three words all uppercase',
}

wifi::infrastructure { 'Rocketjump Eff Aiye Vee Ee Gee':
psk => 'THREEWORDS',
}
```